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/Input.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/lock/Input.qml') diff --git a/modules/lock/Input.qml b/modules/lock/Input.qml index 922dce8..578ead0 100644 --- a/modules/lock/Input.qml +++ b/modules/lock/Input.qml @@ -79,6 +79,11 @@ ColumnLayout { radius: Appearance.rounding.small clip: true + onFocusChanged: { + if (!focus) + focus = true; + } + Keys.onPressed: event => { if (pam.active) return; -- cgit v1.2.3-freya