base_panel: add early return for update response

This commit is contained in:
alfrix 2024-03-16 15:49:16 -03:00
parent 082fba4104
commit 8f75259e0f

View File

@ -244,6 +244,7 @@ class BasePanel(ScreenPanel):
self._screen.updating = False
for dialog in self._screen.dialogs:
self._gtk.remove_dialog(dialog)
return
if action != "notify_status_update" or self._screen.printer is None:
return