From 42c62201263eb7a210fe351981f618fdb8555ec0 Mon Sep 17 00:00:00 2001 From: Jeder Date: Thu, 8 Jun 2023 17:15:32 +0200 Subject: [PATCH] lessen the sound pollution --- packages/client/src/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index a267a3634..ab700480d 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -243,8 +243,8 @@ export class ColdDeviceStorage { plugins: [] as Plugin[], mediaVolume: 0.5, sound_masterVolume: 0.3, - sound_note: { type: 'syuilo/down', volume: 1 }, - sound_noteMy: { type: 'syuilo/up', volume: 1 }, + sound_note: { type: 'none', volume: 0 }, + sound_noteMy: { type: 'none', volume: 0 }, sound_notification: { type: 'syuilo/pope2', volume: 1 }, sound_chat: { type: 'syuilo/pope1', volume: 1 }, sound_chatBg: { type: 'syuilo/waon', volume: 1 }, -- 2.34.1