daemonManagerDialog: show processdialog when starting

This commit is contained in:
Jaquee 2016-11-26 11:41:27 +01:00
parent bb881d9aef
commit 760e01b50c
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

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