mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 05:24:16 +02:00
[improvement] all icons as SVGs
This commit is contained in:
@@ -54,7 +54,7 @@ class WebApplication(SoftwarePackage):
|
||||
return self.get_default_icon_path()
|
||||
|
||||
def get_default_icon_path(self) -> str:
|
||||
return resource.get_path('img/web.png', ROOT_DIR)
|
||||
return resource.get_path('img/web.svg', ROOT_DIR)
|
||||
|
||||
def get_disk_data_path(self) -> str:
|
||||
return '{}/data.yml'.format(self.get_disk_cache_path())
|
||||
|
||||
Reference in New Issue
Block a user