From 8679dadefe3a46031ad6471cc52e6ab52515089a Mon Sep 17 00:00:00 2001 From: ltlapy Date: Tue, 7 Mar 2023 21:34:55 +0900 Subject: [PATCH] client: revert default sound setting --- packages/frontend/src/store.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 23cc8720fc..486cb7703f 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -326,9 +326,9 @@ export class ColdDeviceStorage { plugins: [] as Plugin[], mediaVolume: 0.5, sound_masterVolume: 0.5, - sound_note: { type: 'syuilo/n-eca', volume: 0.5 }, - sound_noteMy: { type: 'syuilo/n-cea-4va', volume: 0.5 }, - sound_notification: { type: 'syuilo/n-ea', volume: 0.5 }, + sound_note: { type: 'syuilo/down', volume: 0.5 }, + sound_noteMy: { type: 'syuilo/up', volume: 0.5 }, + sound_notification: { type: 'syuilo/pope2', volume: 0.5 }, sound_chat: { type: 'syuilo/pope1', volume: 0.5 }, sound_chatBg: { type: 'syuilo/waon', volume: 0.5 }, sound_antenna: { type: 'syuilo/triple', volume: 0.5 },