diff options
| author | mmbyday <mmbyday@protonmail.com> | 2019-04-11 15:03:00 -0700 |
|---|---|---|
| committer | mmbyday <mmbyday@protonmail.com> | 2019-04-11 22:14:44 -0700 |
| commit | 9c4688b3f0a89c82fbcb675a857b9bd463ce9060 (patch) | |
| tree | 4fd7ceae62c2b534e56d2726d81c7e7dbd2793bb /components/PasswordDialog.qml | |
| parent | d2c47606ca8446e58ef122117f8f84b578691bab (diff) | |
| download | monzero-gui-9c4688b3f0a89c82fbcb675a857b9bd463ce9060.tar.gz monzero-gui-9c4688b3f0a89c82fbcb675a857b9bd463ce9060.tar.xz monzero-gui-9c4688b3f0a89c82fbcb675a857b9bd463ce9060.zip | |
PasswordDialog: don't always show()
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index f820e4df..842c0549 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2018, The Monero Project +// Copyright (c) 2014-2019, The Monero Project // // All rights reserved. // @@ -63,7 +63,6 @@ Item { leftPanel.enabled = false middlePanel.enabled = false titleBar.enabled = false - show() root.visible = true; passwordInput.forceActiveFocus(); passwordInput.text = "" |
