Enable icon display by default

This commit is contained in:
Mark Qvist 2024-12-08 12:45:50 +01:00
parent 9e992c83fd
commit afac322859
3 changed files with 7 additions and 5 deletions

View file

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