mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-20 17:49:14 +08:00
Add a configureSettingVisibility action
This commit is contained in:
parent
8c5b3c8b1d
commit
3bfe18e76f
@ -47,6 +47,8 @@ Item
|
|||||||
|
|
||||||
property alias toggleFullScreen: toggleFullScreenAction;
|
property alias toggleFullScreen: toggleFullScreenAction;
|
||||||
|
|
||||||
|
property alias configureSettingVisibility: configureSettingVisibilityAction
|
||||||
|
|
||||||
UM.I18nCatalog{id: catalog; name:"cura"}
|
UM.I18nCatalog{id: catalog; name:"cura"}
|
||||||
|
|
||||||
Action
|
Action
|
||||||
@ -262,4 +264,10 @@ Item
|
|||||||
iconName: "view-list-text";
|
iconName: "view-list-text";
|
||||||
shortcut: StandardKey.WhatsThis;
|
shortcut: StandardKey.WhatsThis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Action
|
||||||
|
{
|
||||||
|
id: configureSettingVisibilityAction
|
||||||
|
text: catalog.i18nc("@action:menu", "Configure setting visiblity...");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user