change label to name to align with items in global_container_stack check

This commit is contained in:
HellAholic 2024-01-16 10:01:26 +01:00
parent e5d91df506
commit 1a57f12172

View file

@ -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: