Pressing enter on project window will now open the file dialog to save instead of just closing the window

This commit is contained in:
Jack Ha 2018-07-30 13:31:10 +02:00
parent a7a95c4c7d
commit c036912752

View file

@ -24,6 +24,10 @@ UM.Dialog
signal yes();
function accept() { // pressing enter will call this function
close();
yes();
}
onClosing:
{
@ -290,4 +294,4 @@ UM.Dialog
}
}
}
}
}