base_panel: change how it shows controls and heaters to avoid issues

This commit is contained in:
alfrix
2022-11-04 10:17:51 -03:00
parent 3be65a686a
commit 2fef5660cb
4 changed files with 10 additions and 10 deletions

View File

@@ -74,6 +74,7 @@ class MainPanel(MenuPanel):
# This has a high impact on load
self.graph_update = GLib.timeout_add_seconds(5, self.update_graph)
self.update_graph_visibility()
self._screen.base_panel_show_all()
def deactivate(self):
if self.graph_update: