mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 08:54:14 +02:00
[improvement] all icons as SVGs
This commit is contained in:
@@ -46,7 +46,7 @@ class AppImage(SoftwarePackage):
|
||||
return self.get_type_icon_path()
|
||||
|
||||
def get_type_icon_path(self):
|
||||
return resource.get_path('img/appimage.png', ROOT_DIR)
|
||||
return resource.get_path('img/appimage.svg', ROOT_DIR)
|
||||
|
||||
def is_application(self):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user