small error in daemon manager dialog

pull/2/head
Jacob Brydolf 8 years ago committed by Jaquee
parent 82c39e09bf
commit 2775124757
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

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