forked from Public/monero-gui
Merge pull request #189
5b4c2c8 Clean exit on app close button (Jacob Brydolf)
This commit is contained in:
@@ -167,7 +167,7 @@ Rectangle {
|
|||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: Qt.quit()
|
onClicked: appWindow.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user