diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-11 22:34:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-11 22:34:45 +0900 |
| commit | 0f55e657014f6a171c9e4f4389dd7ae49493a5fc (patch) | |
| tree | 878366006cbbdacce8e15fdace1ce8d7490bdc32 /src/client/store.ts | |
| parent | Add discord link (diff) | |
| download | misskey-0f55e657014f6a171c9e4f4389dd7ae49493a5fc.tar.gz misskey-0f55e657014f6a171c9e4f4389dd7ae49493a5fc.tar.bz2 misskey-0f55e657014f6a171c9e4f4389dd7ae49493a5fc.zip | |
ぼかし効果の切り替え機能
Diffstat (limited to 'src/client/store.ts')
| -rw-r--r-- | src/client/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/store.ts b/src/client/store.ts index 364d8afd93..4c4a7d93e9 100644 --- a/src/client/store.ts +++ b/src/client/store.ts @@ -142,6 +142,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: true }, + useBlurEffect: { + where: 'device', + default: false + }, showFixedPostForm: { where: 'device', default: false |