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