diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml index a0787fb5..23f2e9e5 100644 --- a/components/DaemonManagerDialog.qml +++ b/components/DaemonManagerDialog.qml @@ -90,8 +90,8 @@ Window { KeyNavigation.tab: cancelButton onClicked: { daemonManager.start(); - root.accepted() root.close() + // root.accepted() } }