mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[gem.appimage] fix: info button remains 'clickable' after an imported Appimage is uninstalled
This commit is contained in:
@@ -50,7 +50,7 @@ class AppImage(SoftwarePackage):
|
||||
return self.installed and not self.imported
|
||||
|
||||
def has_info(self):
|
||||
return True
|
||||
return self.installed if self.imported else True
|
||||
|
||||
def can_be_downgraded(self):
|
||||
return self.installed and not self.imported
|
||||
|
||||
Reference in New Issue
Block a user