diff options
| author | selsta <selsta@sent.at> | 2019-04-25 23:11:56 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-25 23:11:56 +0200 |
| commit | c92c3627a634130adada6bf458dd4b4e902c8589 (patch) | |
| tree | 0b698cdcc344635cdaa6b2f953b1d40626d88b64 /components/PasswordDialog.qml | |
| parent | 7d9a698732402a9794b8fad88d248c81bc996e7e (diff) | |
| download | monzero-gui-c92c3627a634130adada6bf458dd4b4e902c8589.tar.gz monzero-gui-c92c3627a634130adada6bf458dd4b4e902c8589.tar.xz monzero-gui-c92c3627a634130adada6bf458dd4b4e902c8589.zip | |
components: remove show() from password dialogs
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index fe1176e0..717d4b85 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -65,12 +65,8 @@ Item { errorTextLabel.text = errorText ? errorText : ""; leftPanel.enabled = false middlePanel.enabled = false - titleBar.state = "essentials" - show() root.visible = true; - passwordInput.forceActiveFocus(); - passwordInput.text = "" appWindow.hideBalanceForced = true; appWindow.updateBalance(); } |
