From 79a367ef4058675522ca593d2a8280572d140b63 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 4 Sep 2025 21:23:39 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Lockscreen.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell') 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 { } IpcHandler { - target: "lock" + target: "Lockscreen" - function lock(): void { lock.locked = true; } + function setLocked(locked: bool): void { lock.locked = locked; } + function getLocked(): bool { return lock.locked; } } WlSessionLock { -- cgit v1.2.3