This commit is contained in:
Henry Jameson 2026-02-13 09:13:38 +02:00
commit 7ac4729dec

View file

@ -136,7 +136,12 @@ export default {
return this.currentUser.background_image
},
background() {
return this.userBackground || (this.mergedConfig.hideInstanceWallpaper ? null : this.instanceBackground)
return (
this.userBackground ||
(this.mergedConfig.hideInstanceWallpaper
? null
: this.instanceBackground)
)
},
bgStyle() {
if (this.background) {