mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 17:54:15 +02:00
[flatpak] info available for not installed applications
This commit is contained in:
@@ -24,7 +24,7 @@ class FlatpakApplication(SoftwarePackage):
|
||||
return self.installed and self.ref
|
||||
|
||||
def has_info(self):
|
||||
return self.installed
|
||||
return bool(self.id)
|
||||
|
||||
def can_be_downgraded(self):
|
||||
return self.installed and self.ref
|
||||
|
||||
Reference in New Issue
Block a user