From b024e8ea46c3211b32c711b08408a88d80bb72a0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 27 Jul 2025 20:02:05 +0200 Subject: [PATCH] fix: custom background not working --- frontend/src/html/pages/settings.html | 2 +- frontend/src/ts/controllers/theme-controller.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/html/pages/settings.html b/frontend/src/html/pages/settings.html index 43f57ed6f..70666a05c 100644 --- a/frontend/src/html/pages/settings.html +++ b/frontend/src/html/pages/settings.html @@ -1364,7 +1364,7 @@
opacity
- +
diff --git a/frontend/src/ts/controllers/theme-controller.ts b/frontend/src/ts/controllers/theme-controller.ts index 4a3ae641d..4ebaa11b5 100644 --- a/frontend/src/ts/controllers/theme-controller.ts +++ b/frontend/src/ts/controllers/theme-controller.ts @@ -439,6 +439,7 @@ ConfigEvent.subscribe(async (eventKey, eventValue, nosave) => { await set(Config.theme); } } + applyCustomBackground(); } // this is here to prevent calling set / preview multiple times during a full config loading