aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-07-15 21:56:57 +0200
committerselsta <selsta@sent.at>2019-07-15 21:56:57 +0200
commitd113bf1a6646a07bf2cc6dd807629246b50c816d (patch)
treea6c7f0e5f6d510cbc4df89c54fca51ab1a963954
parent702b654f09785d7aacd0794293947a09d611c5ad (diff)
downloadmonzero-gui-d113bf1a6646a07bf2cc6dd807629246b50c816d.tar.gz
monzero-gui-d113bf1a6646a07bf2cc6dd807629246b50c816d.tar.xz
monzero-gui-d113bf1a6646a07bf2cc6dd807629246b50c816d.zip
main: fix password dialog overlay
-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