don actualy wan to remove this ability
This commit is contained in:
ulith 2025-01-21 03:21:15 +01:00
parent bafb46f255
commit 04ade0c31f

View file

@ -76,7 +76,7 @@ export default {
? null ? null
: this.$store.state.instance.background : this.$store.state.instance.background
}, },
background () { return this.pageBackground || this.instanceBackground }, background () { return this.pageBackground || this.userBackground || this.instanceBackground },
bgStyle () { bgStyle () {
if (this.background) { if (this.background) {
return { return {