diff options
| author | Marie <github@yuugi.dev> | 2025-05-10 22:57:19 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-05-10 22:57:19 +0000 |
| commit | 4866ceb66d57eb1e978f55794e0ab3324d058d4a (patch) | |
| tree | 84206f2ecdaed10680b6a9124b0c53b95d37aee9 /packages | |
| parent | merge: put back buttons "show/hide replies-to-others from all" (!1009) (diff) | |
| download | sharkey-4866ceb66d57eb1e978f55794e0ab3324d058d4a.tar.gz sharkey-4866ceb66d57eb1e978f55794e0ab3324d058d4a.tar.bz2 sharkey-4866ceb66d57eb1e978f55794e0ab3324d058d4a.zip | |
fix migration setting sound to 5 if not changed from default
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/store.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 0626779869..60848e1ec0 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -457,7 +457,7 @@ export const store = markRaw(new Pizzax('base', { }, sound_note: { where: 'device', - default: { type: 'syuilo/n-aec', volume: 1 }, + default: { type: 'syuilo/n-aec', volume: 0 }, }, sound_noteMy: { where: 'device', |