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',