From 2c793ed8f0470b30d16e9431d07038cf8268fc95 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:33:58 +1000 Subject: lock/notifs: add empty placeholder --- modules/lock/Content.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/lock/Content.qml') 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 + } } } -- cgit v1.2.3-freya