mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-17 13:57:27 +01:00
Merge pull request #2883
f26f146
PasswordDialog: fix focus on open (selsta)
This commit is contained in:
commit
52fbbae484
@ -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