Merge pull request #72 from one-some/ui2-tweakbugsave

Fix tweak saving (again)
This commit is contained in:
ebolam
2022-08-28 11:03:57 -04:00
committed by GitHub

View File

@@ -2875,6 +2875,6 @@ $(document).ready(function(){
saveTweaks(); saveTweaks();
}); });
if (enabledTweaks.includes(path)) toggle.click(); if (enabledTweaks.includes(path)) $(toggle).bootstrapToggle("on");
} }
}); });