From 04ade0c31f347e653b54b2a895c3f1e04db8b47f Mon Sep 17 00:00:00 2001 From: ulith Date: Tue, 21 Jan 2025 03:21:15 +0100 Subject: [PATCH] revert bafb46f255ee7d26969f998c4a8ca95a5f504bc6 don actualy wan to remove this ability --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index d8c23a1b..3e0d0d6f 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.instanceBackground }, + background () { return this.pageBackground || this.userBackground || this.instanceBackground }, bgStyle () { if (this.background) { return {