1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 13:39:24 -05:00

disableShowingAnimatedImagesのデフォルト値をprefers-reduced-motionにする

Resolve 
Related to 
This commit is contained in:
tamaina 2023-02-06 11:29:48 +00:00
parent 6501f80fc7
commit 9843c596d8

View file

@ -168,7 +168,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
disableShowingAnimatedImages: {
where: 'device',
default: false,
default: matchMedia('(prefers-reduced-motion)').matches,
},
emojiStyle: {
where: 'device',