From 8d60d7a9993e882d712152f604f0762b49617de6 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 14 Jul 2024 03:41:22 -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 abe15bd12..82e57bad0 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -388,7 +388,7 @@ export class ColdDeviceStorage { sound_chatBg: { type: 'syuilo/waon', volume: 0.5 }, sound_antenna: { type: 'syuilo/triple', volume: 0.5 }, sound_channel: { type: 'syuilo/square-pico', volume: 0.5 }, - sound_reaction: { type: 'syuilo/bubble2', volume: 1 }, + sound_reaction: { type: 'syuilo/bubble2', volume: 0.4 }, }; public static watchers = [];