mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
change label to name to align with items in global_container_stack check
This commit is contained in:
parent
e5d91df506
commit
1a57f12172
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class ExtrudersModel(ListModel):
|
||||||
"material_brand": "",
|
"material_brand": "",
|
||||||
"color_name": "",
|
"color_name": "",
|
||||||
"material_type": "",
|
"material_type": "",
|
||||||
"material_label": ""
|
"material_name": ""
|
||||||
}
|
}
|
||||||
items.append(item)
|
items.append(item)
|
||||||
if self._items != items:
|
if self._items != items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue