mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Center camera in layout when only one camera is filtered
This commit is contained in:
parent
898d1de875
commit
63384c0921
@ -657,7 +657,7 @@ export function RecordingView({
|
|||||||
containerRef={mainLayoutRef}
|
containerRef={mainLayoutRef}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{isDesktop && (
|
{isDesktop && allCameras.length > 1 && (
|
||||||
<div
|
<div
|
||||||
ref={previewRowRef}
|
ref={previewRowRef}
|
||||||
className={cn(
|
className={cn(
|
||||||
|
Loading…
Reference in New Issue
Block a user