dont replace instance bg w/ user bg

This commit is contained in:
uwaa 2025-01-21 02:03:54 +00:00
parent 3b8cd01f81
commit bafb46f255

View file

@ -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 {