removing select same profile checkbox

CURA-11403
This commit is contained in:
Saumya Jain 2024-03-01 15:43:37 +01:00
parent f67d2ed5fe
commit b1b9660651
4 changed files with 1 additions and 24 deletions

View file

@ -226,17 +226,6 @@ UM.Dialog
rows: manager.exportedSettingModel.items
}
}
UM.CheckBox
{
text: catalog.i18nc("@action:checkbox", "Select the same profile")
onEnabledChanged: manager.selectSameProfileChecked = enabled
tooltip: enabled ? "" : catalog.i18nc("@tooltip", "You can use the same profile only if you have the same printer as the project was published with")
visible: manager.isUcp
checked: manager.selectSameProfileChecked
onCheckedChanged: manager.selectSameProfileChecked = checked
}
}
comboboxVisible: manager.qualityChangesConflict