feat(intro): adjust intro timing and set booted to false by default
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m50s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m50s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user