Update avatar.vue
refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209464350
This commit is contained in:
parent
2913c7ccfb
commit
4edd9efc0b
|
@ -40,7 +40,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
cat(): boolean {
|
cat(): boolean {
|
||||||
return this.user.isCat && this.$store.state.settings.circleIcons;
|
return this.user.isCat && this.$store.state.settings.circleIcons;
|
||||||
}
|
},
|
||||||
style(): any {
|
style(): any {
|
||||||
return {
|
return {
|
||||||
backgroundColor: this.lightmode
|
backgroundColor: this.lightmode
|
||||||
|
|
Loading…
Reference in New Issue