5b4c2c8 Clean exit on app close button (Jacob Brydolf)
5b4c2c8
@ -167,7 +167,7 @@ Rectangle {
MouseArea {
anchors.fill: parent
onClicked: Qt.quit()
onClicked: appWindow.close();
}
The note is not visible to the blocked user.