forked from mirrors/amputoma-fe
parent
bafb46f255
commit
04ade0c31f
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.instanceBackground },
|
||||
background () { return this.pageBackground || this.userBackground || this.instanceBackground },
|
||||
bgStyle () {
|
||||
if (this.background) {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue