From 04d136d1dc97a30849f9cac02e3049fc8993fa05 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 16 Oct 2020 20:35:33 +0100 Subject: [PATCH] fixed custom theme and preset theme merging together sometimes --- public/js/userconfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/js/userconfig.js b/public/js/userconfig.js index 644f9e74c..f4b0cc097 100644 --- a/public/js/userconfig.js +++ b/public/js/userconfig.js @@ -947,6 +947,8 @@ function setTheme(name, nosave) { } catch (e) { console.log("Analytics unavailable"); } + setCustomTheme(false, true); + applyCustomThemeColors(); setTimeout(() => { $(".keymap-key").attr("style", ""); refreshThemeColorObject();