Skip to content
Snippets Groups Projects
Commit 00c14b98 authored by Insert5StarName's avatar Insert5StarName
Browse files

upd: fix defaults, make people happy

parent 2b4e9e5b
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
......@@ -307,7 +307,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
squareAvatars: {
where: 'device',
default: false,
default: true,
},
postFormWithHashtags: {
where: 'device',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment