mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Merge pull request #189
5b4c2c8
Clean exit on app close button (Jacob Brydolf)
This commit is contained in:
commit
a8c30131e4
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ Rectangle {
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: Qt.quit()
|
onClicked: appWindow.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue