Commit dc747b8e authored by Roman Alifanov's avatar Roman Alifanov

window: on_logdialog_closed: update_ui anyway

parent c170516c
......@@ -204,8 +204,7 @@ class EepmPlayGuiWindow(Adw.ApplicationWindow):
def on_logdialog_closed(self, error=None):
if error:
self.errordialog.present_error(self, error)
else:
self.update_ui()
self.update_ui()
def on_apply_clicked(self, button):
self.props.is_loading = True # Show loading message before command execution
......
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