Update packages/frontend/src/store.ts
Co-authored-by: anatawa12 <anatawa12@icloud.com>
This commit is contained in:
parent
993d3fbe55
commit
c14eba3e6d
|
@ -226,7 +226,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
animatedMfm: {
|
||||
where: 'device',
|
||||
default: window.matchMedia('(prefers-reduced-motion)').matches,
|
||||
default: !window.matchMedia('(prefers-reduced-motion)').matches,
|
||||
},
|
||||
advancedMfm: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in New Issue