From bafb46f255ee7d26969f998c4a8ca95a5f504bc6 Mon Sep 17 00:00:00 2001 From: uwaa Date: Tue, 21 Jan 2025 02:03:54 +0000 Subject: [PATCH] dont replace instance bg w/ user bg --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 3e0d0d6f..d8c23a1b 100644 --- a/src/App.js +++ b/src/App.js @@ -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 {