mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Ensure that profile bar has no options selected if a quality_changes is active
CURA-6598
This commit is contained in:
parent
9e5082a42f
commit
8d53ee90b4
1 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,11 @@ Item
|
|||
|
||||
function checkedFunction(modelItem)
|
||||
{
|
||||
if(Cura.MachineManager.hasCustomQuality)
|
||||
{
|
||||
// When user created profile is active, no quality tickbox should be active.
|
||||
return false
|
||||
}
|
||||
return Cura.MachineManager.activeQualityType == modelItem.quality_type
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue