mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Pressing enter on project overview will load the project file
CURA-4735
This commit is contained in:
parent
7c85db4a18
commit
e0c69eb675
1 changed files with 7 additions and 0 deletions
|
@ -390,6 +390,13 @@ UM.Dialog
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function accept() {
|
||||||
|
manager.closeBackend();
|
||||||
|
manager.onOkButtonClicked();
|
||||||
|
base.visible = false;
|
||||||
|
base.accept();
|
||||||
|
}
|
||||||
|
|
||||||
function reject() {
|
function reject() {
|
||||||
manager.onCancelButtonClicked();
|
manager.onCancelButtonClicked();
|
||||||
base.visible = false;
|
base.visible = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue