mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Reworked the flow to show only not installed packages for installing in the Compatibility Dialog
CURA-7038
This commit is contained in:
parent
4375118a9f
commit
12be21e594
2 changed files with 13 additions and 11 deletions
|
@ -55,7 +55,7 @@ Rectangle
|
|||
}
|
||||
Text{
|
||||
id: packageName
|
||||
text: model.name
|
||||
text: model.name + " (Compatible: " + model.is_compatible + ")"
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
MouseArea{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue