mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 23:10:59 -04:00
Enable icon display by default
This commit is contained in:
parent
9e992c83fd
commit
afac322859
3 changed files with 7 additions and 5 deletions
|
@ -1406,6 +1406,8 @@ class SidebandApp(MDApp):
|
|||
self.close_sub_telemetry_action()
|
||||
elif self.root.ids.screen_manager.current == "rnstatus_screen":
|
||||
self.close_sub_utilities_action()
|
||||
elif self.root.ids.screen_manager.current == "logviewer_screen":
|
||||
self.close_sub_utilities_action()
|
||||
else:
|
||||
self.open_conversations(direction="right")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue