mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +02:00
Merge pull request #3009
7c50e1f
PasswordDialog: focus on gui start (selsta)
This commit is contained in:
commit
2cea0fc669
@ -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 New Issue
Block a user