feat(home): don't fade from white if nds was already booted
This commit is contained in:
5
app/stores/app.ts
Normal file
5
app/stores/app.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const useAppStore = defineStore("app", {
|
||||
state: () => ({
|
||||
booted: false,
|
||||
}),
|
||||
});
|
||||
Reference in New Issue
Block a user