mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 23:34:32 +08:00
Ensure that the installed & canUpdate properties get set correctly
CURA-6053
This commit is contained in:
parent
d4621ec504
commit
2dead87593
@ -91,5 +91,10 @@ Column
|
|||||||
target: toolbox
|
target: toolbox
|
||||||
onInstallChanged: installed = toolbox.isInstalled(model.id)
|
onInstallChanged: installed = toolbox.isInstalled(model.id)
|
||||||
onMetadataChanged: canUpdate = toolbox.canUpdate(model.id)
|
onMetadataChanged: canUpdate = toolbox.canUpdate(model.id)
|
||||||
|
onFilterChanged:
|
||||||
|
{
|
||||||
|
installed = toolbox.isInstalled(model.id)
|
||||||
|
canUpdate = toolbox.canUpdate(model.id)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user