mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Clean up actions for open/save
This commit is contained in:
parent
242b46dcca
commit
64b76b1fec
2 changed files with 11 additions and 6 deletions
|
|
@ -10,6 +10,7 @@ Button {
|
|||
|
||||
text: "Save";
|
||||
|
||||
signal saveRequested();
|
||||
iconSource: UM.Resources.getIcon('save.png');
|
||||
|
||||
onClicked: saveDialog.open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue