main: fix password dialog overlay

This commit is contained in:
selsta 2019-07-15 21:56:57 +02:00
parent 702b654f09
commit d113bf1a66
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -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