diff options
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 4 |
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 { |