mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 08:07:26 -04:00
components: hide password on dialog opening
This commit is contained in:
@@ -55,6 +55,8 @@ Item {
|
||||
signal closeCallback()
|
||||
|
||||
function open(walletName, errorText) {
|
||||
isHidden = true
|
||||
passwordInput.echoMode = TextInput.Password
|
||||
passwordInput.text = ""
|
||||
passwordInput.forceActiveFocus();
|
||||
inactiveOverlay.visible = true // draw appwindow inactive
|
||||
|
||||
Reference in New Issue
Block a user