forked from mirror/misskey
アニメーションの初期値変更
This commit is contained in:
parent
2afde85581
commit
596c4ddea4
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user