Remove choice all icons will be tiles
This commit is contained in:
parent
cc3dbaa1a7
commit
ad70e9c116
1 changed files with 0 additions and 2 deletions
|
|
@ -103,7 +103,6 @@ async def extensions_install(
|
||||||
e.name = installed_ext.name
|
e.name = installed_ext.name
|
||||||
e.short_description = installed_ext.short_description
|
e.short_description = installed_ext.short_description
|
||||||
e.icon = installed_ext.icon
|
e.icon = installed_ext.icon
|
||||||
e.icon_url = installed_ext.icon_url
|
|
||||||
|
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
logger.warning(ex)
|
logger.warning(ex)
|
||||||
|
|
@ -132,7 +131,6 @@ async def extensions_install(
|
||||||
"id": ext.id,
|
"id": ext.id,
|
||||||
"name": ext.name,
|
"name": ext.name,
|
||||||
"icon": ext.icon,
|
"icon": ext.icon,
|
||||||
"iconUrl": ext.icon_url,
|
|
||||||
"shortDescription": ext.short_description,
|
"shortDescription": ext.short_description,
|
||||||
"stars": ext.stars,
|
"stars": ext.stars,
|
||||||
"isFeatured": ext.featured,
|
"isFeatured": ext.featured,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue