diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-07 09:51:37 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-03-07 09:51:37 +0900 |
| commit | 60c1af674fd15808d6ee2fc361c3400731f567bc (patch) | |
| tree | 43eaf69cca3b10aa56b04711df1715cd3601036b /packages | |
| parent | enhance(client): improve mute-block page (diff) | |
| download | misskey-60c1af674fd15808d6ee2fc361c3400731f567bc.tar.gz misskey-60c1af674fd15808d6ee2fc361c3400731f567bc.tar.bz2 misskey-60c1af674fd15808d6ee2fc361c3400731f567bc.zip | |
chore(client): tweak default sound setting
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/src/store.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 2766b434fc..d84c056538 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -324,8 +324,8 @@ export class ColdDeviceStorage { plugins: [] as Plugin[], mediaVolume: 0.5, sound_masterVolume: 0.5, - sound_note: { type: 'syuilo/n-aec', volume: 0.5 }, - sound_noteMy: { type: 'syuilo/n-cea', volume: 0.5 }, + sound_note: { type: 'syuilo/n-eca', volume: 0.5 }, + sound_noteMy: { type: 'syuilo/n-cea-4va', volume: 0.5 }, sound_notification: { type: 'syuilo/n-ea', volume: 0.5 }, sound_chat: { type: 'syuilo/pope1', volume: 0.5 }, sound_chatBg: { type: 'syuilo/waon', volume: 0.5 }, |