diff --git a/resources/qml/WorkspaceSummaryDialog.qml b/resources/qml/WorkspaceSummaryDialog.qml index 079d840ae7..24e94beb88 100644 --- a/resources/qml/WorkspaceSummaryDialog.qml +++ b/resources/qml/WorkspaceSummaryDialog.qml @@ -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 } } } -} \ No newline at end of file +}