diff options
Diffstat (limited to 'accounts/gkleen@sif/shell')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml index d71e896a..7cb1cc67 100644 --- a/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml +++ b/accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | |||
@@ -36,9 +36,10 @@ Scope { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | IpcHandler { | 38 | IpcHandler { |
39 | target: "lock" | 39 | target: "Lockscreen" |
40 | 40 | ||
41 | function lock(): void { lock.locked = true; } | 41 | function setLocked(locked: bool): void { lock.locked = locked; } |
42 | function getLocked(): bool { return lock.locked; } | ||
42 | } | 43 | } |
43 | 44 | ||
44 | WlSessionLock { | 45 | WlSessionLock { |