From 1fab0bdfb2a93ac663ecc858bf4486999d0a9fe8 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 15:24:42 -0600 Subject: [PATCH] shush --- 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 1f2985a47..1ca8b2568 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -381,7 +381,7 @@ export class ColdDeviceStorage { plugins: [] as Plugin[], mediaVolume: 0.5, sound_masterVolume: 0.5, - sound_note: { type: 'syuilo/n-aec', volume: 0.5 }, + sound_note: { type: 'syuilo/n-aec', volume: 0 }, sound_noteMy: { type: 'syuilo/n-cea', volume: 0.5 }, sound_notification: { type: 'syuilo/n-ea', volume: 0.5 }, sound_chat: { type: 'syuilo/pope1', volume: 0.5 },