forked from AkkomaGang/akkoma-fe
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 {
|
return {
|
||||||
stopGifs: this.$store.getters.mergedConfig.stopGifs,
|
stopGifs: this.$store.getters.mergedConfig.stopGifs,
|
||||||
isAnimated: false,
|
isAnimated: false,
|
||||||
prefersReducedMotion: false
|
prefersReducedMotion: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
|
|
Loading…
Reference in a new issue