mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 14:30:56 -04:00
Hide sections on desktop
This commit is contained in:
parent
9dbcaac40d
commit
ad00847239
1 changed files with 3 additions and 0 deletions
|
@ -1011,6 +1011,9 @@ class SidebandApp(MDApp):
|
|||
self.widget_hide(self.root.ids.connectivity_bluetooth_fields)
|
||||
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_serial_label)
|
||||
self.widget_hide(self.root.ids.connectivity_use_serial)
|
||||
self.widget_hide(self.root.ids.connectivity_serial_fields)
|
||||
|
||||
def con_collapse_local(collapse=True):
|
||||
self.widget_hide(self.root.ids.connectivity_local_fields, collapse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue