mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
Enable Fit to Screen by default in live view
This commit is contained in:
parent
a279d0753a
commit
ec4d8b705a
@ -135,7 +135,7 @@ export default function DraggableGridLayout({
|
||||
|
||||
const [fitToScreen, setFitToScreen] = useUserPersistence(
|
||||
"liveFitToScreen",
|
||||
false,
|
||||
true,
|
||||
);
|
||||
|
||||
const [fitCameraOrder, setFitCameraOrder] = useUserPersistence<string[]>(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user