Fix: Splashscreen Idle & Dev

This commit is contained in:
Youwes09
2026-06-09 19:24:16 -05:00
parent fc20835dde
commit abd60f261f
4 changed files with 37 additions and 13 deletions
+1
View File
@@ -36,6 +36,7 @@ export const appState = $state({
toasts: [] as unknown[],
appDir: '',
idleSplash: false,
devSplash: false,
})
export function setSettingsOpen(next: boolean) { app.setSettingsOpen(next) }