mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add typing
CURA-6800
This commit is contained in:
parent
08ffafa475
commit
ddab8e204a
1 changed files with 2 additions and 2 deletions
|
@ -613,8 +613,8 @@ class MachineManager(QObject):
|
|||
return False
|
||||
return Util.parseBool(global_container_stack.quality.getMetaDataEntry("is_experimental", False))
|
||||
|
||||
@pyqtProperty(str, notify=activeIntentChanged)
|
||||
def activeIntentCategory(self):
|
||||
@pyqtProperty(str, notify = activeIntentChanged)
|
||||
def activeIntentCategory(self) -> str:
|
||||
global_container_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack()
|
||||
|
||||
if not global_container_stack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue