mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 01:44:15 +02:00
[fix][ui] not updating cached installed packages state after ignoring/reverting updates
This commit is contained in:
@@ -28,3 +28,7 @@ class PackageView:
|
||||
|
||||
def __repr__(self):
|
||||
return '{} ( {} )'.format(self.model.name, self.get_type_label())
|
||||
|
||||
def __eq__(self, other):
|
||||
if isinstance(other, PackageView):
|
||||
return self.model == other.model
|
||||
|
||||
Reference in New Issue
Block a user