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