Chore: GQL Cleanup P.3

This commit is contained in:
Youwes09
2026-06-07 18:37:52 -05:00
parent 248b046627
commit 615fa1e92f
12 changed files with 202 additions and 105 deletions
+1
View File
@@ -35,6 +35,7 @@ export const appState = $state({
history: [] as unknown[],
toasts: [] as unknown[],
appDir: '',
idleSplash: false,
})
export function setSettingsOpen(next: boolean) { app.setSettingsOpen(next) }