Prevent profiles being added if there is no active machine

This commit is contained in:
fieldOfView 2016-04-14 12:29:28 +02:00
parent 2afea115da
commit 003f973ba4

View File

@ -99,6 +99,7 @@ Item
Action
{
id: addProfileAction;
enabled: UM.ActiveProfile.valid
text: catalog.i18nc("@action:inmenu menubar:profile","&Add Profile...");
}