Don't show "Your rating" for generic materials

This commit is contained in:
Jaime van Kessel 2019-06-05 16:45:34 +02:00
parent 499e02579e
commit d0cf7f04bf

View File

@ -89,6 +89,7 @@ Item
Label
{
text: catalog.i18nc("@label", "Your rating") + ":"
visible: details.type == "plugin"
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text_medium")
renderType: Text.NativeRendering