Reworked the flow to show only not installed packages for installing in the Compatibility Dialog

CURA-7038
This commit is contained in:
Dimitriovski 2019-12-23 17:23:26 +01:00
parent 4375118a9f
commit 12be21e594
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D
2 changed files with 13 additions and 11 deletions

View file

@ -55,7 +55,7 @@ Rectangle
}
Text{
id: packageName
text: model.name
text: model.name + " (Compatible: " + model.is_compatible + ")"
anchors.centerIn: parent
}
MouseArea{