mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Enabled RNode settings
This commit is contained in:
parent
c7ef8d94e1
commit
507eca2e50
@ -410,13 +410,13 @@ MDNavigationLayout:
|
||||
id: connectivity_rnode_label
|
||||
text: "Connect via RNode"
|
||||
font_style: "H6"
|
||||
disabled: True
|
||||
disabled: False
|
||||
|
||||
MDSwitch:
|
||||
id: connectivity_use_rnode
|
||||
active: False
|
||||
pos_hint: {"center_y": 0.3}
|
||||
disabled: True
|
||||
disabled: False
|
||||
|
||||
MDBoxLayout:
|
||||
id: connectivity_rnode_fields
|
||||
@ -440,6 +440,18 @@ MDNavigationLayout:
|
||||
font_size: dp(24)
|
||||
# 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:
|
||||
orientation: "horizontal"
|
||||
|
Loading…
Reference in New Issue
Block a user