From 777b981bf116bb4a2d917a73a4cb9a10f70e7fd8 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Fri, 9 Jun 2023 17:58:44 +0200 Subject: [PATCH] client: disable sound for received note by default Lessen the sound pollution. closes https://akkoma.dev/FoundKeyGang/FoundKey/pulls/394 Changelog: Changed Co-authored-by: Jeder --- 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 a267a3634..42c89bed9 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -243,7 +243,7 @@ export class ColdDeviceStorage { plugins: [] as Plugin[], mediaVolume: 0.5, sound_masterVolume: 0.3, - sound_note: { type: 'syuilo/down', volume: 1 }, + sound_note: { type: 'syuilo/down', volume: 0 }, sound_noteMy: { type: 'syuilo/up', volume: 1 }, sound_notification: { type: 'syuilo/pope2', volume: 1 }, sound_chat: { type: 'syuilo/pope1', volume: 1 },