mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Fixed missing connectivity init
This commit is contained in:
parent
25fafc5058
commit
a68a882fca
@ -1436,6 +1436,9 @@ class SidebandApp(MDApp):
|
|||||||
self.widget_hide(self.root.ids.connectivity_use_serial)
|
self.widget_hide(self.root.ids.connectivity_use_serial)
|
||||||
self.widget_hide(self.root.ids.connectivity_serial_fields)
|
self.widget_hide(self.root.ids.connectivity_serial_fields)
|
||||||
|
|
||||||
|
self.widget_hide(self.root.ids.connectivity_shared_access)
|
||||||
|
self.widget_hide(self.root.ids.connectivity_shared_access_label)
|
||||||
|
self.widget_hide(self.root.ids.connectivity_shared_access_fields)
|
||||||
self.widget_hide(self.root.ids.connectivity_transport_label)
|
self.widget_hide(self.root.ids.connectivity_transport_label)
|
||||||
self.widget_hide(self.root.ids.connectivity_enable_transport)
|
self.widget_hide(self.root.ids.connectivity_enable_transport)
|
||||||
self.widget_hide(self.root.ids.connectivity_transport_info)
|
self.widget_hide(self.root.ids.connectivity_transport_info)
|
||||||
|
@ -525,6 +525,7 @@ MDNavigationLayout:
|
|||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
text: "Shared Instance Access\\n"
|
text: "Shared Instance Access\\n"
|
||||||
|
id: connectivity_shared_access_label
|
||||||
font_style: "H6"
|
font_style: "H6"
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
@ -536,7 +537,7 @@ MDNavigationLayout:
|
|||||||
height: self.texture_size[1]
|
height: self.texture_size[1]
|
||||||
|
|
||||||
MDBoxLayout:
|
MDBoxLayout:
|
||||||
id: connectivity_serial_fields
|
id: connectivity_shared_access_fields
|
||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.minimum_height
|
height: self.minimum_height
|
||||||
|
Loading…
Reference in New Issue
Block a user