From 596c4ddea45724a59479d5d9f4e47c0c31c95888 Mon Sep 17 00:00:00 2001 From: moris Date: Sun, 9 Feb 2025 20:02:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=81=AE=E5=88=9D=E6=9C=9F=E5=80=A4=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 1d981e897b..30aaa54d3d 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -224,11 +224,11 @@ export const defaultStore = markRaw(new Storage('base', { }, animation: { where: 'device', - default: !window.matchMedia('(prefers-reduced-motion)').matches, + default: false, }, animatedMfm: { where: 'device', - default: !window.matchMedia('(prefers-reduced-motion)').matches, + default: true, }, advancedMfm: { where: 'device',