mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 08:14:16 +02:00
fix: button upgrade remains uncheckable after upgrading fails
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user