fix kcpp order reset
This commit is contained in:
parent
0d8858285f
commit
32ee58e5e6
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue