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',