diff --git a/web/src/views/recording/RecordingView.tsx b/web/src/views/recording/RecordingView.tsx index 18394f4e6..7cc06da41 100644 --- a/web/src/views/recording/RecordingView.tsx +++ b/web/src/views/recording/RecordingView.tsx @@ -657,7 +657,7 @@ export function RecordingView({ containerRef={mainLayoutRef} /> - {isDesktop && ( + {isDesktop && allCameras.length > 1 && (