Update packages/frontend/src/store.ts

Co-authored-by: anatawa12 <anatawa12@icloud.com>
This commit is contained in:
syuilo 2024-10-08 10:40:41 +09:00 committed by GitHub
parent 993d3fbe55
commit c14eba3e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
animatedMfm: { animatedMfm: {
where: 'device', where: 'device',
default: window.matchMedia('(prefers-reduced-motion)').matches, default: !window.matchMedia('(prefers-reduced-motion)').matches,
}, },
advancedMfm: { advancedMfm: {
where: 'device', where: 'device',