Pressing enter on project overview will load the project file

CURA-4735
This commit is contained in:
Lipu Fei 2018-01-19 12:51:09 +01:00
parent 7c85db4a18
commit e0c69eb675

View file

@ -390,6 +390,13 @@ UM.Dialog
}
}
function accept() {
manager.closeBackend();
manager.onOkButtonClicked();
base.visible = false;
base.accept();
}
function reject() {
manager.onCancelButtonClicked();
base.visible = false;