From 92700bbd84511c0d2963d29c5346118322e67562 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:33:55 +1000 Subject: lock: add media --- modules/lock/Lock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock/Lock.qml') diff --git a/modules/lock/Lock.qml b/modules/lock/Lock.qml index a5b6cfc..e0f41c3 100644 --- a/modules/lock/Lock.qml +++ b/modules/lock/Lock.qml @@ -34,7 +34,7 @@ Scope { CustomShortcut { name: "unlock" description: "Unlock the current session" - onPressed: lock.locked = false + onPressed: loader.item.locked = false } IpcHandler { -- cgit v1.2.3-freya