aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/PasswordDialog.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index d0f442e4..01d91fec 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -61,6 +61,8 @@ Item {
root.visible = true;
passwordInput.forceActiveFocus();
passwordInput.text = ""
+ appWindow.hideBalanceForced = true;
+ appWindow.updateBalance();
}
function showError(errorText) {
@@ -73,6 +75,8 @@ Item {
middlePanel.enabled = true
titleBar.enabled = true
root.visible = false;
+ appWindow.hideBalanceForced = false;
+ appWindow.updateBalance();
closeCallback();
}