mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Multiply dialog now has focus on #, added shortcut Ctrl-M
This commit is contained in:
parent
51b76acc6d
commit
0b0011fc88
2 changed files with 7 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ Item
|
|||
text: catalog.i18ncp("@action:inmenu menubar:edit", "Multiply Selected Model", "Multiply Selected Models", UM.Selection.selectionCount);
|
||||
enabled: UM.Controller.toolsEnabled && UM.Selection.hasSelection;
|
||||
iconName: "edit-duplicate";
|
||||
shortcut: "Ctrl+M"
|
||||
}
|
||||
|
||||
Action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue