aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/NewPasswordDialog.qml2
-rw-r--r--components/PassphraseDialog.qml1
-rw-r--r--components/PasswordDialog.qml4
3 files changed, 0 insertions, 7 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 = "";
diff --git a/components/PassphraseDialog.qml b/components/PassphraseDialog.qml
index 9b2d7956..f8ae19e5 100644
--- a/components/PassphraseDialog.qml
+++ b/components/PassphraseDialog.qml
@@ -64,7 +64,6 @@ Item {
middlePanel.enabled = false
titleBar.state = "essentials"
- show();
root.visible = true;
passphaseInput1.text = "";
passphaseInput2.text = "";
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();
}