1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-13 15:56:22 +01:00

Merge pull request

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();
}
}
}