mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
CURA-5536 Calculate the number of installed packages by author.
This commit is contained in:
parent
1b6c172e6d
commit
96cc1be2ff
3 changed files with 18 additions and 9 deletions
|
@ -63,7 +63,7 @@ Item
|
|||
Label
|
||||
{
|
||||
id: name
|
||||
text: model.name
|
||||
text: toolbox.viewCategory == "material" ? model.name + " (" + toolbox.getNumberOfInstalledPackagesByAuthor(model.id) + "/" + model.package_count + ")" : model.name
|
||||
width: parent.width
|
||||
wrapMode: Text.WordWrap
|
||||
color: UM.Theme.getColor("text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue