Remove choice all icons will be tiles
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user