diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-04-17 10:53:16 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 10:53:16 +0900 |
| commit | 977e2d2c09c3fbc2fd2eaead8fc7314d8d6f9fc4 (patch) | |
| tree | 79160712409744d724b5c42888585bdaa80fae41 /packages/frontend/src/store.ts | |
| parent | enhance(frontend): ページの表示部上部に編集リンクを追加 (#1... (diff) | |
| download | sharkey-977e2d2c09c3fbc2fd2eaead8fc7314d8d6f9fc4.tar.gz sharkey-977e2d2c09c3fbc2fd2eaead8fc7314d8d6f9fc4.tar.bz2 sharkey-977e2d2c09c3fbc2fd2eaead8fc7314d8d6f9fc4.zip | |
enhance(frontend): フォローするかどうかの確認ダイアログを出せるように (#13723)
* feat(frontend): フォローするかどうかの確認ダイアログを出せるように
* Update Changelog
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 9b5011739a..e6a348b79f 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -450,6 +450,10 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: true, }, + alwaysConfirmFollow: { + where: 'device', + default: true, + }, sound_masterVolume: { where: 'device', |