Merge pull request #189

5b4c2c8 Clean exit on app close button (Jacob Brydolf)
This commit is contained in:
Riccardo Spagni 2016-11-24 12:34:22 +02:00
commit a8c30131e4
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -167,7 +167,7 @@ Rectangle {
MouseArea {
anchors.fill: parent
onClicked: Qt.quit()
onClicked: appWindow.close();
}
}
}