mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove unnecessary activeQualityName property
CURA-6846
This commit is contained in:
parent
0d554c4938
commit
61a1b61756
3 changed files with 2 additions and 10 deletions
|
|
@ -29,7 +29,7 @@ RowLayout
|
|||
{
|
||||
text += " - " + Cura.MachineManager.activeIntentName
|
||||
}
|
||||
text += " - " + Cura.MachineManager.activeQualityName
|
||||
text += " - " + Cura.MachineManager.activeQualityGroup.getName()
|
||||
}
|
||||
|
||||
if (!Cura.MachineManager.hasNotSupportedQuality)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue