mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
fix: keeping upgrade button enabled after an install from search results view
This commit is contained in:
@@ -262,10 +262,10 @@ class ManageWindow(QWidget):
|
|||||||
self.thread_refresh.start()
|
self.thread_refresh.start()
|
||||||
|
|
||||||
def _finish_refresh_apps(self, apps: List[Application]):
|
def _finish_refresh_apps(self, apps: List[Application]):
|
||||||
self.update_apps(apps)
|
|
||||||
self.finish_action()
|
self.finish_action()
|
||||||
self.ref_checkbox_only_apps.setVisible(True)
|
self.ref_checkbox_only_apps.setVisible(True)
|
||||||
self.ref_bt_upgrade.setVisible(True)
|
self.ref_bt_upgrade.setVisible(True)
|
||||||
|
self.update_apps(apps)
|
||||||
|
|
||||||
def uninstall_app(self, app: ApplicationView):
|
def uninstall_app(self, app: ApplicationView):
|
||||||
pwd = None
|
pwd = None
|
||||||
|
|||||||
Reference in New Issue
Block a user