mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
15.10 adds a ManageProfilesAction
Moves it from the button to the bottom of the menu Contributes to: issue CURA-60
This commit is contained in:
parent
a839371832
commit
d6fde94e92
4 changed files with 49 additions and 30 deletions
|
@ -33,6 +33,7 @@ Item
|
|||
|
||||
property alias addMachine: addMachineAction;
|
||||
property alias configureMachines: settingsAction;
|
||||
property alias manageProfiles: manageProfilesAction;
|
||||
|
||||
property alias preferences: preferencesAction;
|
||||
|
||||
|
@ -101,6 +102,13 @@ Item
|
|||
iconName: "configure";
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: manageProfilesAction;
|
||||
//: manage profiles action
|
||||
text: catalog.i18nc("@action","Manage Profiles");
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: documentationAction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue