daemonManagerDialog: show processdialog when starting

pull/2/head
Jaquee 8 years ago
parent bb881d9aef
commit 760e01b50c
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

@ -90,8 +90,8 @@ Window {
text: qsTr("Start daemon")
KeyNavigation.tab: cancelButton
onClicked: {
daemonManager.start();
root.close()
appWindow.startDaemon();
root.started()
}
}