From f45b622f91ff68fe4d3d6c4a02810837ef6fdd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B4=EB=9D=BC=EC=BF=A0=EB=AA=A8?= Date: Thu, 20 Jun 2024 01:06:26 +0900 Subject: [PATCH] fix: change some default values --- packages/frontend/src/store.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',