mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 10:29:43 +00:00
updated lite
This commit is contained in:
parent
d195194c6c
commit
b80b784ee5
1 changed files with 1 additions and 1 deletions
|
@ -18450,7 +18450,7 @@ Current version indicated by LITEVER below.
|
||||||
let entry = "";
|
let entry = "";
|
||||||
if(testslot)
|
if(testslot)
|
||||||
{
|
{
|
||||||
entry = `<div onclick="load_from_slot(`+i+`)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
|
entry = `<div onclick="load_from_slot(`+i+`, true)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
|
||||||
}
|
}
|
||||||
panelitems += entry;
|
panelitems += entry;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue