mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Improve currentIntentCategory logic
CURA-11854
This commit is contained in:
parent
600cd7669c
commit
a5a25f676e
2 changed files with 18 additions and 5 deletions
|
@ -55,7 +55,6 @@ class ActiveIntentQualitiesModel(ListModel):
|
|||
|
||||
def _update(self):
|
||||
self._intent_category = IntentManager.getInstance().currentIntentCategory
|
||||
|
||||
new_items: List[Dict[str, Any]] = []
|
||||
global_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack()
|
||||
if not global_stack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue