forked from Public/monero-gui
main: fix password dialog overlay
This commit is contained in:
10
main.qml
10
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
|
||||
|
||||
Reference in New Issue
Block a user