mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 08:44:15 +02:00
[fix][ui] not updating cached installed packages state after ignoring/reverting updates
This commit is contained in:
@@ -78,3 +78,7 @@ class SnapApplication(SoftwarePackage):
|
||||
|
||||
def supports_backup(self) -> bool:
|
||||
return True
|
||||
|
||||
def __eq__(self, other):
|
||||
if isinstance(other, SnapApplication):
|
||||
return self.name == other.name
|
||||
|
||||
Reference in New Issue
Block a user