mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:55:57 +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 {
|
Menu {
|
||||||
id: saveAllMenu
|
id: saveAllMenu
|
||||||
title: "Save All"
|
title: "Save All"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user