diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts index 1ef41b47d..fca25c737 100644 --- a/packages/frontend/src/scripts/sound.ts +++ b/packages/frontend/src/scripts/sound.ts @@ -17,7 +17,7 @@ export const soundConfigStore = markRaw(new Storage('sound', { }, sound_note: { where: 'account', - default: { type: 'syuilo/n-aec', volume: 1 }, + default: { type: 'syuilo/n-aec', volume: 0 }, }, sound_noteMy: { where: 'account', diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 37bc6e341..53d9b06ab 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -307,7 +307,7 @@ export const defaultStore = markRaw(new Storage('base', { }, squareAvatars: { where: 'device', - default: false, + default: true, }, postFormWithHashtags: { where: 'device',