This commit is contained in:
MathMan05 2024-07-21 16:03:48 -05:00
parent 338b12a7e1
commit b6804c643a
3 changed files with 248 additions and 1 deletions

View file

@ -775,7 +775,7 @@ class Localuser{
["title",
"Editing " + json.name
],
["hdiv",
["vdiv",
["textbox", "Application name:", json.name, event => {
fields.name=event.target.value;
}],