mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-01-18 18:36:02 +01:00
Turn on by default
This commit is contained in:
parent
e0a6418e91
commit
e2125c57d6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const StillImage = {
|
|||
return {
|
||||
stopGifs: this.$store.getters.mergedConfig.stopGifs,
|
||||
isAnimated: false,
|
||||
prefersReducedMotion: false
|
||||
prefersReducedMotion: true
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
|
Loading…
Reference in a new issue