From 760e01b50c38cfeff4b80bf8129cc51559a2a6e5 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sat, 26 Nov 2016 11:41:27 +0100 Subject: [PATCH] daemonManagerDialog: show processdialog when starting --- components/DaemonManagerDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml index f93cbb9a..da3cf582 100644 --- a/components/DaemonManagerDialog.qml +++ b/components/DaemonManagerDialog.qml @@ -90,8 +90,8 @@ Window { text: qsTr("Start daemon") KeyNavigation.tab: cancelButton onClicked: { - daemonManager.start(); root.close() + appWindow.startDaemon(); root.started() } }