mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24:15 +02:00
[fix][ui] not changing the 'update select' button after ignoring a package update
This commit is contained in:
@@ -1271,7 +1271,7 @@ class ManageWindow(QWidget):
|
||||
self.finish_action()
|
||||
|
||||
if res['success']:
|
||||
self.table_apps.update_package(res['pkg'])
|
||||
self.table_apps.update_package(res['pkg'], change_update_col=True)
|
||||
dialog.show_message(title=self.i18n['success'].capitalize(),
|
||||
body=self.i18n['action.{}.success'.format(res['action'])].format(bold(res['pkg'].model.name)),
|
||||
type_=MessageType.INFO)
|
||||
|
||||
Reference in New Issue
Block a user