mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Fix is_experimental flag update
CURA-6869
This commit is contained in:
parent
cadc145008
commit
e5b90ee306
2 changed files with 3 additions and 3 deletions
|
@ -619,7 +619,7 @@ class MachineManager(QObject):
|
|||
global_container_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack()
|
||||
if not global_container_stack:
|
||||
return False
|
||||
return Util.parseBool(global_container_stack.quality.getMetaDataEntry("is_experimental", False))
|
||||
return self.activeQualityGroup().is_experimental
|
||||
|
||||
@pyqtProperty(str, notify = activeIntentChanged)
|
||||
def activeIntentCategory(self) -> str:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue