From c92c3627a634130adada6bf458dd4b4e902c8589 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 25 Apr 2019 23:11:56 +0200 Subject: components: remove show() from password dialogs --- components/PasswordDialog.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'components/PasswordDialog.qml') 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(); } -- cgit v1.2.3