mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
[fix][ui] not updating cached installed packages state after ignoring/reverting updates
This commit is contained in:
@@ -116,3 +116,7 @@ class FlatpakApplication(SoftwarePackage):
|
||||
|
||||
def get_update_ignore_key(self) -> str:
|
||||
return '{}:{}:{}'.format(self.installation, self.id, self.branch)
|
||||
|
||||
def __eq__(self, other):
|
||||
if isinstance(other, FlatpakApplication):
|
||||
return self.id == other.id and self.installation == other.installation and self.branch == other.branch
|
||||
|
||||
Reference in New Issue
Block a user