mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:45:52 +08:00
CURA-5296 Small QML bug fix
This commit is contained in:
parent
d4c5be0455
commit
7861840886
@ -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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user