diff --git a/src/contents/ui/UnlockAccounts.qml b/src/contents/ui/UnlockAccounts.qml index 21f93fe..c14a548 100644 --- a/src/contents/ui/UnlockAccounts.qml +++ b/src/contents/ui/UnlockAccounts.qml @@ -60,6 +60,10 @@ Kirigami.ScrollablePage { Kirigami.FormData.label: i18nc("@label:textbox", "Password:") enabled: !vm.busy onAccepted: unlockAction.trigger() + + Component.onCompleted: { + forceActiveFocus(); + } } } }