diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-18 20:37:00 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-18 20:37:00 +1000 |
| commit | b5b536ac8f9c63fec48a6fc252e5080de28f68d2 (patch) | |
| tree | 2ed7263d8769a816ede39e81cde113881007b8b0 /modules/lock | |
| parent | feat: add sidebar (diff) | |
| download | caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.tar.gz caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.tar.bz2 caelestia-shell-b5b536ac8f9c63fec48a6fc252e5080de28f68d2.zip | |
sidebar: add notifs
Diffstat (limited to 'modules/lock')
| -rw-r--r-- | modules/lock/NotifGroup.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/NotifGroup.qml b/modules/lock/NotifGroup.qml index 344c39a..3669e5e 100644 --- a/modules/lock/NotifGroup.qml +++ b/modules/lock/NotifGroup.qml @@ -32,7 +32,7 @@ StyledRect { color: root.urgency === "critical" ? Colours.palette.m3secondaryContainer : Colours.layer(Colours.palette.m3surfaceContainerHigh, 2) RetainableLock { - object: root.notifs[0]?.notiftication ?? null + object: root.notifs[0]?.notification ?? null locked: true } |