aboutsummaryrefslogtreecommitdiff
path: root/components/NewPasswordDialog.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-25 23:11:56 +0200
committerselsta <selsta@sent.at>2019-04-25 23:11:56 +0200
commitc92c3627a634130adada6bf458dd4b4e902c8589 (patch)
tree0b698cdcc344635cdaa6b2f953b1d40626d88b64 /components/NewPasswordDialog.qml
parent7d9a698732402a9794b8fad88d248c81bc996e7e (diff)
downloadmonzero-gui-c92c3627a634130adada6bf458dd4b4e902c8589.tar.gz
monzero-gui-c92c3627a634130adada6bf458dd4b4e902c8589.tar.xz
monzero-gui-c92c3627a634130adada6bf458dd4b4e902c8589.zip
components: remove show() from password dialogs
Diffstat (limited to 'components/NewPasswordDialog.qml')
-rw-r--r--components/NewPasswordDialog.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/NewPasswordDialog.qml b/components/NewPasswordDialog.qml
index 672bba8e..bcf1d0c8 100644
--- a/components/NewPasswordDialog.qml
+++ b/components/NewPasswordDialog.qml
@@ -56,8 +56,6 @@ Item {
leftPanel.enabled = false
middlePanel.enabled = false
titleBar.state = "essentials"
-
- show();
root.visible = true;
passwordInput1.text = "";
passwordInput2.text = "";