forked from Public/monero-gui
components: hide password on dialog opening
This commit is contained in:
@@ -51,6 +51,10 @@ Item {
|
||||
signal closeCallback()
|
||||
|
||||
function open(walletName, errorText) {
|
||||
isHidden = true
|
||||
passphaseInput1.echoMode = TextInput.Password;
|
||||
passphaseInput2.echoMode = TextInput.Password;
|
||||
|
||||
inactiveOverlay.visible = true
|
||||
|
||||
root.walletName = walletName ? walletName : ""
|
||||
|
||||
Reference in New Issue
Block a user