mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-01 21:56:23 +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();
|
capsLockTextLabel.visible = oshelper.isCapsLock();
|
||||||
passwordInput1.reset();
|
passwordInput1.reset();
|
||||||
passwordInput2.reset();
|
passwordInput2.reset();
|
||||||
passwordInput1.forceActiveFocus();
|
passwordInput1.input.forceActiveFocus();
|
||||||
root.walletName = walletName ? walletName : ""
|
root.walletName = walletName ? walletName : ""
|
||||||
errorTextLabel.text = errorText ? errorText : "";
|
errorTextLabel.text = errorText ? errorText : "";
|
||||||
leftPanel.enabled = false
|
leftPanel.enabled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user