mirror of
https://github.com/markqvist/Sideband.git
synced 2024-10-01 03:15:37 -04:00
Enabled RNode settings
This commit is contained in:
parent
c7ef8d94e1
commit
507eca2e50
@ -410,13 +410,13 @@ MDNavigationLayout:
|
|||||||
id: connectivity_rnode_label
|
id: connectivity_rnode_label
|
||||||
text: "Connect via RNode"
|
text: "Connect via RNode"
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
disabled: True
|
disabled: False
|
||||||
|
|
||||||
MDSwitch:
|
MDSwitch:
|
||||||
id: connectivity_use_rnode
|
id: connectivity_use_rnode
|
||||||
active: False
|
active: False
|
||||||
pos_hint: {"center_y": 0.3}
|
pos_hint: {"center_y": 0.3}
|
||||||
disabled: True
|
disabled: False
|
||||||
|
|
||||||
MDBoxLayout:
|
MDBoxLayout:
|
||||||
id: connectivity_rnode_fields
|
id: connectivity_rnode_fields
|
||||||
@ -440,6 +440,18 @@ MDNavigationLayout:
|
|||||||
font_size: dp(24)
|
font_size: dp(24)
|
||||||
# disabled: True
|
# disabled: True
|
||||||
|
|
||||||
|
MDTextField:
|
||||||
|
id: connectivity_rnode_ifac_netname
|
||||||
|
hint_text: "Optional IFAC network name"
|
||||||
|
text: ""
|
||||||
|
font_size: dp(24)
|
||||||
|
|
||||||
|
MDTextField:
|
||||||
|
id: connectivity_rnode_ifac_passphrase
|
||||||
|
hint_text: "Optional IFAC passphrase"
|
||||||
|
text: ""
|
||||||
|
font_size: dp(24)
|
||||||
|
|
||||||
|
|
||||||
MDBoxLayout:
|
MDBoxLayout:
|
||||||
orientation: "horizontal"
|
orientation: "horizontal"
|
||||||
|
Loading…
Reference in New Issue
Block a user