diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 7619b53a9..b3b032f48 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -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',