aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/StatusArea.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-25 15:24:04 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-12-25 15:24:04 +0900
commit45f880a670f5fffef72925ecae59c41cd2603e48 (patch)
treec21dbab7732f9fa8ecde48d555c2baa532561bfa /homescreen/qml/StatusArea.qml
parent687d3fd6162d6415b0e4eb5aaf408f4824e27a0c (diff)
Diffstat (limited to 'homescreen/qml/StatusArea.qml')
-rw-r--r--homescreen/qml/StatusArea.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/homescreen/qml/StatusArea.qml b/homescreen/qml/StatusArea.qml
index 89030eb..8d01ea3 100644
--- a/homescreen/qml/StatusArea.qml
+++ b/homescreen/qml/StatusArea.qml
@@ -109,6 +109,12 @@ Item {
font.pixelSize: 32
}
}
+ MouseArea {
+ anchors.fill: parent
+ onClicked: {
+ homescreenHandler.killRunningApplications()
+ }
+ }
}
}
ColumnLayout {