add example text and node

This commit is contained in:
Anthony Lavado 2020-02-19 04:15:41 -05:00
parent 4ed6aa8fb6
commit 48a62d2962
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,10 @@
<ConfigList <ConfigList
id="configOptions" id="configOptions"
translation="[150, 240]" /> translation="[150, 240]" />
<label text=""
id="example"
font="font:smallSystemFont"
translation="[150, 350]" />
<Button <Button
id="submit" id="submit"
text="Submit" text="Submit"

View File

@ -14,6 +14,8 @@ sub CreateServerGroup()
if get_setting("server") <> invalid if get_setting("server") <> invalid
server_field.value = get_setting("server") server_field.value = get_setting("server")
end if end if
group.findNode("example").text = "192.168.1.100:8096 or https://example.com"
items = [ server_field] items = [ server_field]
config.configItems = items config.configItems = items