small error in daemon manager dialog

This commit is contained in:
Jacob Brydolf
2016-11-05 11:00:29 +01:00
committed by Jaquee
parent 82c39e09bf
commit 2775124757

View File

@@ -90,8 +90,8 @@ Window {
KeyNavigation.tab: cancelButton
onClicked: {
daemonManager.start();
root.accepted()
root.close()
// root.accepted()
}
}