mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Prevent profiles being added if there is no active machine
This commit is contained in:
parent
2afea115da
commit
003f973ba4
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ Item
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: addProfileAction;
|
id: addProfileAction;
|
||||||
|
enabled: UM.ActiveProfile.valid
|
||||||
text: catalog.i18nc("@action:inmenu menubar:profile","&Add Profile...");
|
text: catalog.i18nc("@action:inmenu menubar:profile","&Add Profile...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue