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