mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:45:55 +08:00
Properly implement Save Selection
This commit is contained in:
parent
b5e8f01cfa
commit
db59954521
@ -49,7 +49,14 @@ UM.MainWindow {
|
||||
}
|
||||
}
|
||||
|
||||
MenuItem { text: "Save Selection" }
|
||||
MenuSeparator { }
|
||||
|
||||
MenuItem {
|
||||
text: "Save Selection to File";
|
||||
enabled: UM.Selection.hasSelection;
|
||||
iconName: "document-save-as";
|
||||
onTriggered: devicesModel.requestWriteSelectionToDevice("local_file");
|
||||
}
|
||||
Menu {
|
||||
id: saveAllMenu
|
||||
title: "Save All"
|
||||
|
Loading…
x
Reference in New Issue
Block a user