Fix the Show Field Budget toggle

This commit is contained in:
vfbd 2022-08-23 15:26:15 -04:00
parent 65a0197e64
commit aee4beb27a
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}