CURA-5296 Small QML bug fix

This commit is contained in:
Ian Paschal 2018-05-22 16:04:38 +02:00
parent d4c5be0455
commit 7861840886
2 changed files with 6 additions and 3 deletions

View File

@ -77,8 +77,11 @@ Column
Connections Connections
{ {
target: toolbox target: toolbox
onMetadataChanged: canUpdate = toolbox.canUpdate(model.id) onMetadataChanged:
onMetadataChanged: canDowngrade = toolbox.canDowngrade(model.id) {
canUpdate = toolbox.canUpdate(model.id)
canDowngrade = toolbox.canDowngrade(model.id)
}
} }
} }
} }

View File

@ -974,7 +974,7 @@
"package_type": "material", "package_type": "material",
"display_name": "Ultimaker ABS", "display_name": "Ultimaker ABS",
"description": "Example package for material and quality profiles for Ultimaker materials.", "description": "Example package for material and quality profiles for Ultimaker materials.",
"package_version": "0.5.0", "package_version": "1.0.0",
"cura_version": 4, "cura_version": 4,
"website": "https://ultimaker.com/products/materials/abs", "website": "https://ultimaker.com/products/materials/abs",
"author": { "author": {