mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Pressing enter on project window will now open the file dialog to save instead of just closing the window
This commit is contained in:
parent
a7a95c4c7d
commit
c036912752
1 changed files with 5 additions and 1 deletions
|
|
@ -24,6 +24,10 @@ UM.Dialog
|
||||||
|
|
||||||
signal yes();
|
signal yes();
|
||||||
|
|
||||||
|
function accept() { // pressing enter will call this function
|
||||||
|
close();
|
||||||
|
yes();
|
||||||
|
}
|
||||||
|
|
||||||
onClosing:
|
onClosing:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue