Merge pull request #2883

f26f146 PasswordDialog: fix focus on open (selsta)
This commit is contained in:
luigi1111 2020-05-06 00:38:20 -05:00
commit 52fbbae484
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -63,7 +63,7 @@ Item {
capsLockTextLabel.visible = oshelper.isCapsLock();
passwordInput1.reset();
passwordInput2.reset();
passwordInput1.forceActiveFocus();
passwordInput1.input.forceActiveFocus();
root.walletName = walletName ? walletName : ""
errorTextLabel.text = errorText ? errorText : "";
leftPanel.enabled = false