diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 8ecf59edb..94892ff52 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -168,7 +168,7 @@ export const defaultStore = markRaw(new Storage('base', { }, disableShowingAnimatedImages: { where: 'device', - default: false, + default: matchMedia('(prefers-reduced-motion)').matches, }, emojiStyle: { where: 'device',