enhance(client): Deckで非ルートページにアクセスした際に簡易UIで表示しない設定を追加

This commit is contained in:
syuilo
2023-07-17 08:11:17 +09:00
parent df5480668d
commit be595ebd62
6 changed files with 12 additions and 1 deletions

View File

@@ -52,6 +52,10 @@ export const deckStore = markRaw(new Storage('deck', {
where: 'deviceAccount',
default: true,
},
useSimpleUiForNonRootPages: {
where: 'deviceAccount',
default: true,
},
}));
export const loadDeck = async () => {