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:
ibs0d 2026-03-22 19:59:19 +11:00 committed by GitHub
commit f48ae049f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ export default function DraggableGridLayout({
const [fitToScreen, setFitToScreen] = useUserPersistence(
"liveFitToScreen",
false,
true,
);
const [fitCameraOrder, setFitCameraOrder] = useUserPersistence<string[]>(