From 277512475715a353e81a217a751655ec6fd4c943 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sat, 5 Nov 2016 11:00:29 +0100 Subject: [PATCH] small error in daemon manager dialog --- components/DaemonManagerDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }