mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
Pinned info toggle fix
This commit is contained in:
parent
c88f88f54d
commit
ce692c7ebf
@ -1006,7 +1006,7 @@ function hideSaveAsPopup() {
|
||||
}
|
||||
|
||||
function sendSaveAsRequest() {
|
||||
socket.send({'cmd': 'saveasrequest', 'data': {"name": saveasinput.val(), "pins": savepins.val()}});
|
||||
socket.send({'cmd': 'saveasrequest', 'data': {"name": saveasinput.val(), "pins": savepins.prop('checked')}});
|
||||
}
|
||||
|
||||
function showLoadModelPopup() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user