Updating non-readonly profiles is now possible again

CURA-1585
This commit is contained in:
Jaime van Kessel 2016-06-03 13:03:56 +02:00
parent d29cc37d6b
commit 0dece95f0f
2 changed files with 11 additions and 1 deletions

View file

@ -112,7 +112,7 @@ Item
id: updateProfileAction;
enabled: Cura.MachineManager.isGlobalStackValid && Cura.MachineManager.hasUserSettings && !Cura.MachineManager.isReadOnly(Cura.MachineManager.activeQualityId)
text: catalog.i18nc("@action:inmenu menubar:profile","&Update Current Profile");
onTriggered: UM.ActiveProfile.updateProfile();
onTriggered: Cura.MachineManager.updateUserContainerToQuality()
}
Action