From 0a142d23f14aea03bd24b424e09dcef1d4d2ad12 Mon Sep 17 00:00:00 2001 From: taiyme <53635909+taiyme@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:14:03 +0900 Subject: [PATCH] =?UTF-8?q?chore(mfm):=20=E8=A6=96=E5=B7=AE=E5=8A=B9?= =?UTF-8?q?=E6=9E=9C=E3=81=8C=E8=A8=B1=E5=8F=AF=E3=81=95=E3=82=8C=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=82=8B=E5=A0=B4=E5=90=88=E5=8B=95=E3=81=8D=E3=81=AE?= =?UTF-8?q?=E3=81=82=E3=82=8BMFM=E3=82=92=E3=83=87=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=AB=E3=83=88=E3=81=A7=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 9a4edcc8b4e1..bbd910d90513 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -220,7 +220,7 @@ export const defaultStore = markRaw(new Storage('base', { }, animatedMfm: { where: 'device', - default: false, + default: !window.matchMedia('(prefers-reduced-motion)').matches, }, advancedMfm: { where: 'device',