always unload panels fixes #932

This commit is contained in:
alfrix 2023-05-20 02:59:06 -06:00
parent 6b62adbfef
commit 3dc535f8fb

View File

@ -493,6 +493,7 @@ class KlipperScreen(Gtk.Window):
if self._cur_panels[-1] in self.subscriptions:
self.subscriptions.remove(self._cur_panels[-1])
if pop:
del self.panels[self._cur_panels[-1]]
del self._cur_panels[-1]
self.attach_panel(self._cur_panels[-1])