mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[arch] feature -> AUR: rebuild-detector integration
This commit is contained in:
@@ -379,7 +379,7 @@ class PackagesTable(QTableWidget):
|
||||
|
||||
if pkg.model.update and not pkg.model.is_update_ignored():
|
||||
label_version.setProperty('update', 'true')
|
||||
tooltip = self.i18n['version.installed_outdated']
|
||||
tooltip = pkg.model.get_update_tip() or self.i18n['version.installed_outdated']
|
||||
|
||||
if pkg.model.is_update_ignored():
|
||||
label_version.setProperty('ignored', 'true')
|
||||
|
||||
Reference in New Issue
Block a user