1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-21 03:45:53 +01:00

PasswordDialog: fix focus on open

This commit is contained in:
selsta 2020-05-03 15:51:46 +02:00
parent ce6cc47afe
commit f26f1469ca
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

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