Add hotkey for reload all models

Small change. I can't be bothered to make an issue for this.
This commit is contained in:
Ghostkeeper 2017-03-02 15:42:36 +01:00
parent 30eca943d0
commit c0b4d43995
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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();
}