add example text and node
This commit is contained in:
parent
4ed6aa8fb6
commit
48a62d2962
|
@ -8,6 +8,10 @@
|
|||
<ConfigList
|
||||
id="configOptions"
|
||||
translation="[150, 240]" />
|
||||
<label text=""
|
||||
id="example"
|
||||
font="font:smallSystemFont"
|
||||
translation="[150, 350]" />
|
||||
<Button
|
||||
id="submit"
|
||||
text="Submit"
|
||||
|
|
|
@ -14,6 +14,8 @@ sub CreateServerGroup()
|
|||
if get_setting("server") <> invalid
|
||||
server_field.value = get_setting("server")
|
||||
end if
|
||||
group.findNode("example").text = "192.168.1.100:8096 or https://example.com"
|
||||
|
||||
|
||||
items = [ server_field]
|
||||
config.configItems = items
|
||||
|
|
Loading…
Reference in New Issue
Block a user