mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Don't show "Your rating" for generic materials
This commit is contained in:
parent
499e02579e
commit
d0cf7f04bf
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ Item
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@label", "Your rating") + ":"
|
text: catalog.i18nc("@label", "Your rating") + ":"
|
||||||
|
visible: details.type == "plugin"
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text_medium")
|
color: UM.Theme.getColor("text_medium")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue