Fix display of intent in profile selection

CURA-6598
This commit is contained in:
Jaime van Kessel 2019-09-19 09:39:52 +02:00
parent 78ab218cc2
commit 49276db073
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -618,7 +618,7 @@ class MachineManager(QObject):
if not self._active_container_stack:
return ""
intent_category = self._active_container_stack.intent.getMetaDataEntry("intent_category")
intent_category = self._active_container_stack.intent.getMetaDataEntry("intent_category", "default")
return intent_category
## Returns whether there is anything unsupported in the current set-up.