mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add a configureSettingVisibility action
This commit is contained in:
parent
8c5b3c8b1d
commit
3bfe18e76f
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,8 @@ Item
|
|||
|
||||
property alias toggleFullScreen: toggleFullScreenAction;
|
||||
|
||||
property alias configureSettingVisibility: configureSettingVisibilityAction
|
||||
|
||||
UM.I18nCatalog{id: catalog; name:"cura"}
|
||||
|
||||
Action
|
||||
|
@ -262,4 +264,10 @@ Item
|
|||
iconName: "view-list-text";
|
||||
shortcut: StandardKey.WhatsThis;
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: configureSettingVisibilityAction
|
||||
text: catalog.i18nc("@action:menu", "Configure setting visiblity...");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue