mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
CURA-5296 Small QML bug fix
This commit is contained in:
parent
d4c5be0455
commit
7861840886
@ -77,8 +77,11 @@ Column
|
||||
Connections
|
||||
{
|
||||
target: toolbox
|
||||
onMetadataChanged: canUpdate = toolbox.canUpdate(model.id)
|
||||
onMetadataChanged: canDowngrade = toolbox.canDowngrade(model.id)
|
||||
onMetadataChanged:
|
||||
{
|
||||
canUpdate = toolbox.canUpdate(model.id)
|
||||
canDowngrade = toolbox.canDowngrade(model.id)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -974,7 +974,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker ABS",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "0.5.0",
|
||||
"package_version": "1.0.0",
|
||||
"cura_version": 4,
|
||||
"website": "https://ultimaker.com/products/materials/abs",
|
||||
"author": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user