From 2a0c1bb4bcf4f2c4aa4601b8042f89983badfa4c Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 28 Mar 2022 15:27:59 +0200 Subject: [PATCH] removed update on tab click --- frontend/src/scripts/settings/theme-picker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scripts/settings/theme-picker.ts b/frontend/src/scripts/settings/theme-picker.ts index 83fc12fbc..6d9d5fd2f 100644 --- a/frontend/src/scripts/settings/theme-picker.ts +++ b/frontend/src/scripts/settings/theme-picker.ts @@ -278,7 +278,7 @@ $(".pageSettings .section.themes .tabs .button").on("click", (e) => { $(".pageSettings .section.themes .tabs .button").removeClass("active"); const $target = $(e.currentTarget); $target.addClass("active"); - setCustomInputs(); + // setCustomInputs(); if ($target.attr("tab") == "preset") { UpdateConfig.setCustomTheme(false); } else {