mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add hotkey for reload all models
Small change. I can't be bothered to make an issue for this.
This commit is contained in:
parent
30eca943d0
commit
c0b4d43995
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ Item
|
|||
id: reloadAllAction;
|
||||
text: catalog.i18nc("@action:inmenu menubar:file","Re&load All Models");
|
||||
iconName: "document-revert";
|
||||
shortcut: "F5"
|
||||
onTriggered: Printer.reloadAll();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue