mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
Merge pull request #2883
f26f146
PasswordDialog: fix focus on open (selsta)
This commit is contained in:
commit
52fbbae484
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue