upd: fix defaults, make people happy

This commit is contained in:
Insert5StarName 2023-09-30 17:55:21 +02:00
parent 2b4e9e5b8c
commit 00c14b98a3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -307,7 +307,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
squareAvatars: {
where: 'device',
default: false,
default: true,
},
postFormWithHashtags: {
where: 'device',