diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 1ca8b2568..abfea8f43 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -382,7 +382,7 @@ export class ColdDeviceStorage { mediaVolume: 0.5, sound_masterVolume: 0.5, sound_note: { type: 'syuilo/n-aec', volume: 0 }, - sound_noteMy: { type: 'syuilo/n-cea', 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 },