mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 07:24:15 +02:00
fix: button upgrade remains uncheckable after upgrading fails
This commit is contained in:
@@ -380,6 +380,7 @@ class ManageWindow(QWidget):
|
|||||||
if success:
|
if success:
|
||||||
self.refresh()
|
self.refresh()
|
||||||
else:
|
else:
|
||||||
|
self.bt_upgrade.setEnabled(True)
|
||||||
self.checkbox_console.setChecked(True)
|
self.checkbox_console.setChecked(True)
|
||||||
|
|
||||||
def _update_action_output(self, output: str):
|
def _update_action_output(self, output: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user