mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24:15 +02:00
[appimage] improvement: not displaying 'imported' besides the imported application name on the table (only for the name tip)
This commit is contained in:
@@ -102,7 +102,7 @@ class AppImage(SoftwarePackage):
|
||||
def has_screenshots(self):
|
||||
return not self.installed and self.url_screenshot
|
||||
|
||||
def get_display_name(self) -> str:
|
||||
def get_name_tooltip(self) -> str:
|
||||
if self.name and self.imported:
|
||||
return '{} ({})'.format(self.name, self.i18n['imported'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user