mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-04-16 19:27:18 +02:00
Fix the Show Field Budget toggle
This commit is contained in:
parent
65a0197e64
commit
aee4beb27a
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user