fix: button upgrade remains uncheckable after upgrading fails

This commit is contained in:
Vinicius Moreira
2019-07-12 14:42:10 -03:00
parent 9af8b73e23
commit 1ecfc83ed5

View File

@@ -380,6 +380,7 @@ class ManageWindow(QWidget):
if success:
self.refresh()
else:
self.bt_upgrade.setEnabled(True)
self.checkbox_console.setChecked(True)
def _update_action_output(self, output: str):