summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 23:33:58 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-11 23:33:58 +1000
commit2c793ed8f0470b30d16e9431d07038cf8268fc95 (patch)
tree5814dd923712732ccecb89d81b08c39ceb1fac1b /modules/lock/Content.qml
parentlock: add notifs (diff)
downloadcaelestia-shell-2c793ed8f0470b30d16e9431d07038cf8268fc95.tar.gz
caelestia-shell-2c793ed8f0470b30d16e9431d07038cf8268fc95.tar.bz2
caelestia-shell-2c793ed8f0470b30d16e9431d07038cf8268fc95.zip
lock/notifs: add empty placeholder
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
+ }
}
}