]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
PasswordDialog: set focus to password field
authortobtoht <tob@featherwallet.org>
Wed, 3 Jan 2024 01:00:36 +0000 (02:00 +0100)
committertobtoht <tob@featherwallet.org>
Wed, 3 Jan 2024 01:00:36 +0000 (02:00 +0100)
src/dialog/PasswordDialog.cpp

index 45059ba770df51405a7661f5a04c6deac314a54e..ad2e5a39b9c5bfb67a262585344829d8b9699ad3 100644 (file)
@@ -21,6 +21,8 @@ PasswordDialog::PasswordDialog(const QString &walletName, bool incorrectPassword
         password = ui->line_password->text();
     });
 
+    ui->line_password->setFocus();
+
     this->adjustSize();
 }