aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml10
1 files changed, 6 insertions, 4 deletions
diff --git a/main.qml b/main.qml
index c6300b52..6eb09373 100644
--- a/main.qml
+++ b/main.qml
@@ -1109,10 +1109,12 @@ ApplicationWindow {
console.log("Hiding processing splash")
splash.close();
- leftPanel.enabled = true
- middlePanel.enabled = true
- titleBar.enabled = true
- inactiveOverlay.visible = false;
+ if (!passwordDialog.visible) {
+ leftPanel.enabled = true
+ middlePanel.enabled = true
+ titleBar.enabled = true
+ inactiveOverlay.visible = false;
+ }
}
// close wallet and show wizard