summaryrefslogtreecommitdiff
path: root/modules/lock/Lock.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-23 19:33:55 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-23 19:33:55 +1000
commit92700bbd84511c0d2963d29c5346118322e67562 (patch)
treea99f1eec415e32724ab7ac2f5357ffbf0a5467dd /modules/lock/Lock.qml
parentdrawers: give back focus when close (diff)
downloadcaelestia-shell-92700bbd84511c0d2963d29c5346118322e67562.tar.gz
caelestia-shell-92700bbd84511c0d2963d29c5346118322e67562.tar.bz2
caelestia-shell-92700bbd84511c0d2963d29c5346118322e67562.zip
lock: add media
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 {