feat: require click on the loading screen, and make intro animation faster
This commit is contained in:
@@ -46,6 +46,7 @@ export const useAppStore = defineStore("app", {
|
||||
return {
|
||||
ready: false,
|
||||
booted: false,
|
||||
userHasInteracted: false,
|
||||
settings,
|
||||
previousScreen: "home" as AppScreen,
|
||||
screen: "home" as AppScreen,
|
||||
|
||||
Reference in New Issue
Block a user