mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:13:08 +02:00
upd: fix defaults, make people happy
This commit is contained in:
parent
2b4e9e5b8c
commit
00c14b98a3
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue