mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
[fix][ui] not updating cached installed packages state after ignoring/reverting updates
This commit is contained in:
@@ -114,3 +114,7 @@ class AppImage(SoftwarePackage):
|
||||
|
||||
def is_update_ignored(self) -> bool:
|
||||
return self.updates_ignored
|
||||
|
||||
def __eq__(self, other):
|
||||
if isinstance(other, AppImage):
|
||||
return self.local_file_path == other.local_file_path
|
||||
|
||||
Reference in New Issue
Block a user