mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +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() {
|
function reject() {
|
||||||
manager.onCancelButtonClicked();
|
manager.onCancelButtonClicked();
|
||||||
base.visible = false;
|
base.visible = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user