improve updater dialog behaviour
This commit is contained in:
parent
68ccf5e803
commit
49c2e4f1d7
@ -224,7 +224,6 @@ class BasePanel(ScreenPanel):
|
||||
try:
|
||||
self.update_dialog.set_response_sensitive(Gtk.ResponseType.OK, True)
|
||||
self.update_dialog.get_widget_for_response(Gtk.ResponseType.OK).show()
|
||||
return
|
||||
except AttributeError:
|
||||
logging.error("error trying to show the updater button the dialog might be closed")
|
||||
self._screen.updating = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user