Fixed missing connectivity init

This commit is contained in:
Mark Qvist 2023-10-07 17:36:12 +02:00
parent 25fafc5058
commit a68a882fca
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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