mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Global_only is now a string, as the filtering does not work with settingFunctions
CURA-1278
This commit is contained in:
parent
66c656f7dc
commit
305cb27ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class CuraApplication(QtApplication):
|
||||||
Resources.addType(self.ResourceTypes.QmlFiles, "qml")
|
Resources.addType(self.ResourceTypes.QmlFiles, "qml")
|
||||||
Resources.addType(self.ResourceTypes.Firmware, "firmware")
|
Resources.addType(self.ResourceTypes.Firmware, "firmware")
|
||||||
|
|
||||||
SettingDefinition.addSupportedProperty("global_only", DefinitionPropertyType.Function, default = False)
|
SettingDefinition.addSupportedProperty("global_only", DefinitionPropertyType.String, default = "False")
|
||||||
|
|
||||||
## Add the 4 types of profiles to storage.
|
## Add the 4 types of profiles to storage.
|
||||||
Resources.addStorageType(self.ResourceTypes.QualityInstanceContainer, "quality")
|
Resources.addStorageType(self.ResourceTypes.QualityInstanceContainer, "quality")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue