summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/shell')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Lockscreen.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
index e2376580..996fd41b 100644
--- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
+++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml
@@ -71,7 +71,9 @@ Scope {
71 } 71 }
72 72
73 Binding { 73 Binding {
74 NotificationManager.lockscreenActive: lock.locked 74 target: NotificationManager
75 property: "lockscreenActive"
76 value: lock.locked
75 } 77 }
76 78
77 WlSessionLock { 79 WlSessionLock {