fix: icon_url
This commit is contained in:
parent
232a9e9885
commit
bb32112169
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ class InstallableExtension(BaseModel):
|
|||
self.name = config_json.get("name")
|
||||
self.short_description = config_json.get("short_description")
|
||||
self.icon = config_json.get("icon")
|
||||
self.icon_url = config_json.get("tile")
|
||||
|
||||
shutil.rmtree(self.ext_dir, True)
|
||||
shutil.copytree(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue