Add show budget setting

This commit is contained in:
somebody
2022-08-22 17:25:55 -05:00
parent d7ebd2ae20
commit 95796faf41
2 changed files with 33 additions and 1 deletions

View File

@@ -274,6 +274,17 @@ gensettingstf = [
"default": 0,
"tooltip": "Shows token selection probabilities. Does not work with more than one gens per action."
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Show Field Budget",
"id": "setshowbudget",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Shows token usage when typing in relevant text boxes. <b>May lag slower devices.</b>"
},
]
gensettingsik =[{