mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Right profile is now checked again in dropdown
CURA-2690
This commit is contained in:
parent
ff24def63c
commit
d12219cab8
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Menu
|
|||
{
|
||||
text: model.name
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeQualityId == model.id
|
||||
checked: Cura.MachineManager.globalQualityId == model.id
|
||||
exclusiveGroup: group
|
||||
onTriggered: Cura.MachineManager.setActiveQuality(model.id)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue