mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #72 from one-some/ui2-tweakbugsave
Fix tweak saving (again)
This commit is contained in:
@@ -2875,6 +2875,6 @@ $(document).ready(function(){
|
||||
saveTweaks();
|
||||
});
|
||||
|
||||
if (enabledTweaks.includes(path)) toggle.click();
|
||||
if (enabledTweaks.includes(path)) $(toggle).bootstrapToggle("on");
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user