mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-03-30 14:52:13 +02: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 {
|
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