fix kcpp order reset

This commit is contained in:
kalomaze 2024-02-19 18:12:56 -06:00
parent 0d8858285f
commit 32ee58e5e6
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ jQuery(function () {
$('#koboldcpp_default_order').on('click', function () {
settings.sampler_order = KOBOLDCPP_ORDER;
sortOobaItemsByOrder(settings.sampler_order);
sortItemsByOrder(settings.sampler_order);
saveSettingsDebounced();
});