|
@@ -39,6 +39,8 @@ Item
|
|
|
property alias resetProfile: resetProfileAction;
|
|
|
property alias manageProfiles: manageProfilesAction;
|
|
|
|
|
|
+ property alias manageMaterials: manageMaterialsAction;
|
|
|
+
|
|
|
property alias preferences: preferencesAction;
|
|
|
|
|
|
property alias showEngineLog: showEngineLogAction;
|
|
@@ -107,6 +109,13 @@ Item
|
|
|
iconName: "configure";
|
|
|
}
|
|
|
|
|
|
+ Action
|
|
|
+ {
|
|
|
+ id: manageMaterialsAction
|
|
|
+ text: catalog.i18nc("@action:inmenu", "Manage Materials...")
|
|
|
+ iconName: "configure"
|
|
|
+ }
|
|
|
+
|
|
|
Action
|
|
|
{
|
|
|
id: updateProfileAction;
|