mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
Merge branch '4.9' of github.com:Ultimaker/Cura into CURA-8110_upgrader
This commit is contained in:
commit
67e03e8763
10 changed files with 36 additions and 70 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2018 Ultimaker B.V.
|
||||
# Copyright (c) 2021 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import re
|
||||
|
|
@ -91,7 +91,7 @@ class PackagesModel(ListModel):
|
|||
items.append({
|
||||
"id": package["package_id"],
|
||||
"type": package["package_type"],
|
||||
"name": package["display_name"],
|
||||
"name": package["display_name"].strip(),
|
||||
"version": package["package_version"],
|
||||
"author_id": package["author"]["author_id"],
|
||||
"author_name": package["author"]["display_name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue