mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Ensure that "update profile" button in preferences has correct enabled state
CURA-9023
This commit is contained in:
parent
0084001e2f
commit
c6326eff64
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ UM.ManagementPage
|
||||||
Cura.SecondaryButton
|
Cura.SecondaryButton
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Update profile")
|
text: catalog.i18nc("@action:button", "Update profile")
|
||||||
enabled: Cura.MachineManager.hasUserSettings && objectList.currentIndex && !objectList.currentIndex.is_read_only
|
enabled: !Cura.MachineManager.stacksHaveErrors && Cura.MachineManager.hasUserSettings && Cura.MachineManager.activeQualityChangesGroup != null
|
||||||
onClicked: Cura.ContainerManager.updateQualityChanges()
|
onClicked: Cura.ContainerManager.updateQualityChanges()
|
||||||
tooltip: catalog.i18nc("@action:tooltip", "Update profile with current settings/overrides")
|
tooltip: catalog.i18nc("@action:tooltip", "Update profile with current settings/overrides")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue