mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
CURA-5035 Added material authors + icons
This commit is contained in:
parent
b763b2a5a0
commit
7a0fe74989
6 changed files with 68 additions and 22 deletions
|
@ -47,7 +47,7 @@ class PackagesModel(ListModel):
|
|||
"name": package["display_name"],
|
||||
"version": package["package_version"],
|
||||
"author_name": package["author"]["name"],
|
||||
"author_email": package["author"]["email"],
|
||||
"author_email": package["author"]["email"] if "email" in package["author"] else None,
|
||||
"description": package["description"],
|
||||
"icon_url": package["icon_url"] if "icon_url" in package else None,
|
||||
"image_urls": package["image_urls"] if "image_urls" in package else None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue