Commit dc747b8e authored by Roman Alifanov's avatar Roman Alifanov

window: on_logdialog_closed: update_ui anyway

parent c170516c
...@@ -204,7 +204,6 @@ class EepmPlayGuiWindow(Adw.ApplicationWindow): ...@@ -204,7 +204,6 @@ class EepmPlayGuiWindow(Adw.ApplicationWindow):
def on_logdialog_closed(self, error=None): def on_logdialog_closed(self, error=None):
if error: if error:
self.errordialog.present_error(self, error) self.errordialog.present_error(self, error)
else:
self.update_ui() self.update_ui()
def on_apply_clicked(self, button): def on_apply_clicked(self, button):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment