From 63122f85c2040dedbd8598cc0c66116740323778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:05:22 +0900 Subject: [PATCH] =?UTF-8?q?spec(sound/note):=20=E3=83=87=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=AB=E3=83=88=E3=81=AE=E4=BB=96=E4=BA=BA=E3=81=AE=E6=8A=95?= =?UTF-8?q?=E7=A8=BF=E3=81=AE=E5=8A=B9=E6=9E=9C=E9=9F=B3=E3=82=92=E3=82=AA?= =?UTF-8?q?=E3=83=95=E3=81=AB=20(MisskeyIO#816)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 8ed9de227..4811e423a 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -485,7 +485,7 @@ export const defaultStore = markRaw(new Storage('base', { }, sound_note: { where: 'device', - default: { type: 'syuilo/n-aec', volume: 1 } as SoundStore, + default: { type: null, volume: 1 } as SoundStore, }, sound_noteMy: { where: 'device',