forked from mirrors/akkoma-fe
dont replace instance bg w/ user bg
This commit is contained in:
parent
3b8cd01f81
commit
bafb46f255
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default {
|
|||
? null
|
||||
: this.$store.state.instance.background
|
||||
},
|
||||
background () { return this.pageBackground || this.userBackground || this.instanceBackground },
|
||||
background () { return this.pageBackground || this.instanceBackground },
|
||||
bgStyle () {
|
||||
if (this.background) {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue