Merge pull request #2282

d113bf1 main: fix password dialog overlay (selsta)
This commit is contained in:
luigi1111 2019-07-15 18:43:33 -05:00
commit 4370733b2b
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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