mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 13:14:17 +02:00
[web] caching 'save_icon' to disk
This commit is contained in:
@@ -38,7 +38,7 @@ class WebApplication(SoftwarePackage):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_cached_attrs() -> tuple:
|
def _get_cached_attrs() -> tuple:
|
||||||
return 'id', 'name', 'version', 'url', 'description', 'icon_url', 'installation_dir', \
|
return 'id', 'name', 'version', 'url', 'description', 'icon_url', 'installation_dir', \
|
||||||
'desktop_entry', 'categories', 'custom_icon', 'options_set'
|
'desktop_entry', 'categories', 'custom_icon', 'options_set', 'save_icon'
|
||||||
|
|
||||||
def can_be_downgraded(self):
|
def can_be_downgraded(self):
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user