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