From 00c14b98a38caa62a9615b6abe54a769b609af27 Mon Sep 17 00:00:00 2001 From: Insert5StarName Date: Sat, 30 Sep 2023 17:55:21 +0200 Subject: [PATCH] upd: fix defaults, make people happy --- packages/frontend/src/scripts/sound.ts | 2 +- packages/frontend/src/store.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',