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:
parent
ce6cc47afe
commit
f26f1469ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user