mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix the Show Field Budget toggle
This commit is contained in:
@ -256,7 +256,7 @@ function addSetting(ob) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!$("#input-token-usage")[0].checked) {
|
if (!$("#setshowbudget")[0].checked) {
|
||||||
for (const el of document.getElementsByClassName("input-token-usage")) {
|
for (const el of document.getElementsByClassName("input-token-usage")) {
|
||||||
el.classList.add("hidden");
|
el.classList.add("hidden");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user