mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #3009
7c50e1f
PasswordDialog: focus on gui start (selsta)
This commit is contained in:
commit
2cea0fc669
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Item {
|
|||
capsLockTextLabel.visible = oshelper.isCapsLock();
|
||||
passwordInput1.reset();
|
||||
passwordInput2.reset();
|
||||
if(appWindow.active)
|
||||
if(!appWindow.currentWallet || appWindow.active)
|
||||
passwordInput1.input.forceActiveFocus();
|
||||
root.walletName = walletName ? walletName : ""
|
||||
errorTextLabel.text = errorText ? errorText : "";
|
||||
|
|
Loading…
Reference in a new issue