1
0
forked from mirror/misskey

アニメーションの初期値変更

This commit is contained in:
moris 2025-02-09 20:02:08 +09:00
parent 2afde85581
commit 596c4ddea4

View File

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