[fix][ui] not changing the 'update select' button after ignoring a package update

This commit is contained in:
Vinícius Moreira
2020-05-18 18:30:51 -03:00
parent ab8a0aaaef
commit 936888d958
2 changed files with 3 additions and 3 deletions

View File

@@ -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)