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: { animation: {
where: 'device', where: 'device',
default: !window.matchMedia('(prefers-reduced-motion)').matches, default: false,
}, },
animatedMfm: { animatedMfm: {
where: 'device', where: 'device',
default: !window.matchMedia('(prefers-reduced-motion)').matches, default: true,
}, },
advancedMfm: { advancedMfm: {
where: 'device', where: 'device',