forked from Public/monero-gui
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