fix daemon console error

This commit is contained in:
Jaquee 2017-01-26 21:42:26 +01:00
parent cf95742433
commit de14886376
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39

View file

@ -106,7 +106,6 @@ Window {
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
text: qsTr("Close")
KeyNavigation.tab: cancelButton
onClicked: {
root.close()
root.accepted()