summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
index c80e0c6..751b20a 100644
--- a/modules/lock/Content.qml
+++ b/modules/lock/Content.qml
@@ -91,7 +91,9 @@ RowLayout {
bottomRightRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
- NotifDock {}
+ NotifDock {
+ lock: root.lock
+ }
}
}