mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
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
Block a user