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