mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
PasswordDialog: focus on gui start
This commit is contained in:
parent
b7b1221221
commit
7c50e1ff4b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Item {
|
||||||
capsLockTextLabel.visible = oshelper.isCapsLock();
|
capsLockTextLabel.visible = oshelper.isCapsLock();
|
||||||
passwordInput1.reset();
|
passwordInput1.reset();
|
||||||
passwordInput2.reset();
|
passwordInput2.reset();
|
||||||
if(appWindow.active)
|
if(!appWindow.currentWallet || appWindow.active)
|
||||||
passwordInput1.input.forceActiveFocus();
|
passwordInput1.input.forceActiveFocus();
|
||||||
root.walletName = walletName ? walletName : ""
|
root.walletName = walletName ? walletName : ""
|
||||||
errorTextLabel.text = errorText ? errorText : "";
|
errorTextLabel.text = errorText ? errorText : "";
|
||||||
|
|
Loading…
Reference in a new issue