add example text and node
This commit is contained in:
parent
4ed6aa8fb6
commit
48a62d2962
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user