mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Clean exit on app close button
This commit is contained in:
parent
c83336cc47
commit
5b4c2c810c
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