feat(intro): adjust intro timing and set booted to false by default

This commit is contained in:
2026-02-13 17:58:54 +01:00
parent 538a5a2dc1
commit 8d9e4a0eff
2 changed files with 10 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ export const useAppStore = defineStore("app", {
return {
ready: false,
booted: true,
booted: false,
settings,
previousScreen: "home" as AppScreen,
screen: "home" as AppScreen,