Merge pull request #18038 from Ultimaker/fix_material_name_crash

change "label" to "name" to align with items in global_container_stack check
This commit is contained in:
Casper Lamboo 2024-01-16 10:29:42 +01:00 committed by GitHub
commit 9bd882fa51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ class ExtrudersModel(ListModel):
"material_brand": "",
"color_name": "",
"material_type": "",
"material_label": ""
"material_name": ""
}
items.append(item)
if self._items != items: