mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-20 05:29:50 -04:00
Fixed missing widget hide
This commit is contained in:
parent
e6ef41815c
commit
aee675d38b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
__debug_build__ = False
|
||||
__disable_shaders__ = False
|
||||
__version__ = "1.6.1"
|
||||
__version__ = "1.7.0"
|
||||
__variant__ = ""
|
||||
|
||||
import sys
|
||||
|
@ -3498,6 +3498,7 @@ class SidebandApp(MDApp):
|
|||
self.widget_hide(self.connectivity_screen.ids.connectivity_serial_label)
|
||||
self.widget_hide(self.connectivity_screen.ids.connectivity_use_serial)
|
||||
self.widget_hide(self.connectivity_screen.ids.connectivity_serial_fields)
|
||||
self.widget_hide(self.connectivity_screen.ids.connectivity_share_instance)
|
||||
self.widget_hide(self.connectivity_screen.ids.connectivity_shared_access)
|
||||
self.widget_hide(self.connectivity_screen.ids.connectivity_shared_access_label)
|
||||
self.widget_hide(self.connectivity_screen.ids.connectivity_shared_access_fields)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue