diff --git a/src/App.scss b/src/App.scss index fe73a57..d1adc63 100644 --- a/src/App.scss +++ b/src/App.scss @@ -154,7 +154,7 @@ $number-of-channels: 3; margin: 0; float: left; padding: 0 10px; - border-right: 3px solid white; + border-right: 3px solid white; } &.live { diff --git a/src/optionsMenu/ProModeTab.tsx b/src/optionsMenu/ProModeTab.tsx index 11a6231..bbb54e1 100644 --- a/src/optionsMenu/ProModeTab.tsx +++ b/src/optionsMenu/ProModeTab.tsx @@ -48,7 +48,7 @@ export function ProModeTab() { Reset trim when loading a new file -
+

Metering

Turn down these options if suffering from performance issues.

@@ -66,9 +66,7 @@ export function ProModeTab() { ) } /> - +
- +
); diff --git a/src/showplanner/Player.tsx b/src/showplanner/Player.tsx index 5eb3840..a11a9c9 100644 --- a/src/showplanner/Player.tsx +++ b/src/showplanner/Player.tsx @@ -67,8 +67,12 @@ export function Player({ id }: { id: number }) { ) ); const proMode = useSelector((state: RootState) => state.settings.proMode); - const vuEnabled = useSelector((state: RootState) => state.settings.channelVUs); - const vuStereo = useSelector((state: RootState) => state.settings.channelVUsStereo); + const vuEnabled = useSelector( + (state: RootState) => state.settings.channelVUs + ); + const vuStereo = useSelector( + (state: RootState) => state.settings.channelVUsStereo + ); const dispatch = useDispatch(); const VUsource = (id: number) => {