This commit is contained in:
Miodec 2022-03-28 16:26:32 +02:00
parent 2a0c1bb4bc
commit 20226fd43a

View file

@ -279,6 +279,7 @@ $(".pageSettings .section.themes .tabs .button").on("click", (e) => {
const $target = $(e.currentTarget);
$target.addClass("active");
// setCustomInputs();
//test
if ($target.attr("tab") == "preset") {
UpdateConfig.setCustomTheme(false);
} else {