fix: change some default values

This commit is contained in:
무라쿠모 2024-06-20 01:06:26 +09:00
parent d6bc8c3cfc
commit f45b622f91
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7

View file

@ -212,7 +212,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
highlightSensitiveMedia: { highlightSensitiveMedia: {
where: 'device', where: 'device',
default: false, default: true,
}, },
animation: { animation: {
where: 'device', where: 'device',
@ -220,7 +220,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
animatedMfm: { animatedMfm: {
where: 'device', where: 'device',
default: false, default: true,
}, },
advancedMfm: { advancedMfm: {
where: 'device', where: 'device',
@ -236,7 +236,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
showReactionsCount: { showReactionsCount: {
where: 'device', where: 'device',
default: false, default: true,
}, },
enableQuickAddMfmFunction: { enableQuickAddMfmFunction: {
where: 'device', where: 'device',