summaryrefslogtreecommitdiff
path: root/modules/lock/Lock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Lock.qml')
-rw-r--r--modules/lock/Lock.qml2
1 files changed, 1 insertions, 1 deletions
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 {