mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-01 18:16:46 +01: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")) {
|
||||
el.classList.add("hidden");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user