Merge pull request #2111

24e7307 components: hide password on dialog opening (selsta)
This commit is contained in:
luigi1111
2019-04-25 13:14:36 -05:00
3 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ Item {
signal closeCallback()
function open() {
isHidden = true
passwordInput1.echoMode = TextInput.Password;
passwordInput2.echoMode = TextInput.Password;
inactiveOverlay.visible = true
leftPanel.enabled = false
middlePanel.enabled = false