mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 23:24:15 +02:00
[fix] not displaying 'Ignore updates' for Arch repository packages
This commit is contained in:
@@ -114,6 +114,7 @@ class AppsTable(QTableWidget):
|
|||||||
def has_any_settings(self, pkg: PackageView):
|
def has_any_settings(self, pkg: PackageView):
|
||||||
return pkg.model.has_history() or \
|
return pkg.model.has_history() or \
|
||||||
pkg.model.can_be_downgraded() or \
|
pkg.model.can_be_downgraded() or \
|
||||||
|
pkg.model.supports_ignored_updates() or \
|
||||||
bool(pkg.model.get_custom_supported_actions())
|
bool(pkg.model.get_custom_supported_actions())
|
||||||
|
|
||||||
def show_pkg_actions(self, pkg: PackageView):
|
def show_pkg_actions(self, pkg: PackageView):
|
||||||
|
|||||||
Reference in New Issue
Block a user