mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 15:03:14 +08:00
Make "Reset Current Profile" enabled for readonly profiles
CURA-970
This commit is contained in:
parent
f6ce963b73
commit
adb2c4c72e
@ -108,7 +108,7 @@ Item
|
||||
Action
|
||||
{
|
||||
id: resetProfileAction;
|
||||
enabled: UM.ActiveProfile.valid && !UM.ActiveProfile.readOnly && UM.ActiveProfile.hasCustomisedValues
|
||||
enabled: UM.ActiveProfile.valid && UM.ActiveProfile.hasCustomisedValues
|
||||
text: catalog.i18nc("@action:inmenu menubar:profile","&Reset Current Profile");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user