aboutsummaryrefslogtreecommitdiffstats
path: root/sysui/Display.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/Display.qml')
-rw-r--r--sysui/Display.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysui/Display.qml b/sysui/Display.qml
index 1ee018c..97e7b18 100644
--- a/sysui/Display.qml
+++ b/sysui/Display.qml
@@ -70,6 +70,7 @@ Item {
}
}
onTimePressAndHold: toolBarMonitorLoader.active = !toolBarMonitorLoader.active
+ onOverviewClicked: windowOverview.show()
}
Item {
@@ -139,6 +140,11 @@ Item {
}
+ WindowOverview {
+ id: windowOverview
+ anchors.fill: parent
+ }
+
NotificationContainer {
id: notificationContainer