1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-28 09:31:37 +01:00

Merge pull request #2115

c92c362 components: remove show() from password dialogs (selsta)
This commit is contained in:
luigi1111 2019-04-28 21:57:32 -05:00
commit 5f6a0d81de
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
3 changed files with 0 additions and 7 deletions

View File

@ -56,8 +56,6 @@ Item {
leftPanel.enabled = false
middlePanel.enabled = false
titleBar.state = "essentials"
show();
root.visible = true;
passwordInput1.text = "";
passwordInput2.text = "";

View File

@ -64,7 +64,6 @@ Item {
middlePanel.enabled = false
titleBar.state = "essentials"
show();
root.visible = true;
passphaseInput1.text = "";
passphaseInput2.text = "";

View File

@ -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();
}