From 40cbd16f4bc23f674b67a5460715dd1841a2bcdc Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 14 Jul 2024 03:01:42 -0600 Subject: [PATCH] tweak default sounds --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },