aboutsummaryrefslogtreecommitdiff
path: root/components/NewPasswordDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/NewPasswordDialog.qml')
-rw-r--r--components/NewPasswordDialog.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/NewPasswordDialog.qml b/components/NewPasswordDialog.qml
index 032acbc8..f974965d 100644
--- a/components/NewPasswordDialog.qml
+++ b/components/NewPasswordDialog.qml
@@ -48,6 +48,7 @@ Item {
signal closeCallback()
function open() {
+ inactiveOverlay.visible = true
leftPanel.enabled = false
middlePanel.enabled = false
titleBar.enabled = false
@@ -59,6 +60,7 @@ Item {
}
function close() {
+ inactiveOverlay.visible = false
leftPanel.enabled = true
middlePanel.enabled = true
titleBar.enabled = true