add workground funcation
[apps/homescreen.git] / homescreen / qml / StatusArea.qml
index 89030eb..8d01ea3 100644 (file)
@@ -109,6 +109,12 @@ Item {
                         font.pixelSize: 32
                     }
                 }
+                MouseArea {
+                    anchors.fill: parent
+                    onClicked: {
+                        homescreenHandler.killRunningApplications()
+                    }
+                }
             }
         }
         ColumnLayout {