mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
Merge pull request #109 from ibs0d/claude/enable-fit-to-screen-SkNlL
Enable Fit to Screen by default in live view
This commit is contained in:
commit
f48ae049f1
@ -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