aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/TitleBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index 8e1c9e32..c5c9658a 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -167,7 +167,7 @@ Rectangle {
MouseArea {
anchors.fill: parent
- onClicked: Qt.quit()
+ onClicked: appWindow.close();
}
}
}