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: {
|
sound_note: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: { type: 'syuilo/n-aec', volume: 1 },
|
default: { type: 'syuilo/n-aec', volume: 0 },
|
||||||
},
|
},
|
||||||
sound_noteMy: {
|
sound_noteMy: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
|
|
|
@ -307,7 +307,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
squareAvatars: {
|
squareAvatars: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
postFormWithHashtags: {
|
postFormWithHashtags: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
Loading…
Reference in a new issue