Better key name

This commit is contained in:
syuilo 2019-02-05 04:09:44 +09:00
parent ef618b2431
commit dd39d6ea37
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
7 changed files with 13 additions and 13 deletions

View file

@ -49,7 +49,7 @@ export default Vue.extend({
};
},
url(): string {
return this.$store.state.device.doNotAutoplayAnimation
return this.$store.state.device.disableShowingAnimatedImages
? getStaticImageUrl(this.user.avatarUrl)
: this.user.avatarUrl;
},