diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2021-12-21 00:20:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 00:20:30 +0900 |
| commit | dc0e55bf160ae2329da56ffb6686f699fd4b6444 (patch) | |
| tree | 57fd42b5dd87ed56868e0593fc3525bb8de4d4b5 /packages/client/src/store.ts | |
| parent | 12.100.2 (diff) | |
| download | misskey-dc0e55bf160ae2329da56ffb6686f699fd4b6444.tar.gz misskey-dc0e55bf160ae2329da56ffb6686f699fd4b6444.tar.bz2 misskey-dc0e55bf160ae2329da56ffb6686f699fd4b6444.zip | |
wip (#8077)
Diffstat (limited to 'packages/client/src/store.ts')
| -rw-r--r-- | packages/client/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 2290a21778..19d46bacea 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -138,6 +138,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: false }, + disableDrawer: { + where: 'device', + default: false + }, useBlurEffectForModal: { where: 'device', default: true |