mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-01 02:58:14 +01:00
Bugfix for Author's Note Depth slider not doing anything.
This commit is contained in:
parent
f9bbb174a6
commit
2cc48e7163
@ -828,6 +828,10 @@ $(document).ready(function(){
|
||||
hideNewStoryPopup();
|
||||
});
|
||||
|
||||
anote_slider.on("input", function () {
|
||||
socket.send({'cmd': 'anotedepth', 'data': $(this).val()});
|
||||
});
|
||||
|
||||
saveasinput.on("input", function () {
|
||||
if(saveasinput.val() == "") {
|
||||
disableButtons([saveas_accept]);
|
||||
|
Loading…
Reference in New Issue
Block a user