mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Pressing enter on project overview will load the project file
CURA-4735
This commit is contained in:
parent
7c85db4a18
commit
e0c69eb675
@ -390,6 +390,13 @@ UM.Dialog
|
||||
}
|
||||
}
|
||||
|
||||
function accept() {
|
||||
manager.closeBackend();
|
||||
manager.onOkButtonClicked();
|
||||
base.visible = false;
|
||||
base.accept();
|
||||
}
|
||||
|
||||
function reject() {
|
||||
manager.onCancelButtonClicked();
|
||||
base.visible = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user