diff --git a/cura/Machines/Models/IntentCategoryModel.py b/cura/Machines/Models/IntentCategoryModel.py index 53193bd73d..9a520a2d31 100644 --- a/cura/Machines/Models/IntentCategoryModel.py +++ b/cura/Machines/Models/IntentCategoryModel.py @@ -60,4 +60,4 @@ class IntentCategoryModel(ListModel): "intent_category": category, "weight": list(self.name_translation.keys()).index(category) }) - super().update(result) \ No newline at end of file + self.setItems(result) \ No newline at end of file