fix: change some default values
This commit is contained in:
parent
d6bc8c3cfc
commit
f45b622f91
1 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
highlightSensitiveMedia: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
animation: {
|
||||
where: 'device',
|
||||
|
@ -220,7 +220,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
animatedMfm: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
advancedMfm: {
|
||||
where: 'device',
|
||||
|
@ -236,7 +236,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
showReactionsCount: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
enableQuickAddMfmFunction: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue