Remove unnecessary activeQualityName property

CURA-6846
This commit is contained in:
Lipu Fei 2019-10-04 10:27:35 +02:00
parent 0d554c4938
commit 61a1b61756
3 changed files with 2 additions and 10 deletions

View file

@ -29,7 +29,7 @@ RowLayout
{
text += " - " + Cura.MachineManager.activeIntentName
}
text += " - " + Cura.MachineManager.activeQualityName
text += " - " + Cura.MachineManager.activeQualityGroup.getName()
}
if (!Cura.MachineManager.hasNotSupportedQuality)