mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
main: fix password dialog overlay
This commit is contained in:
parent
702b654f09
commit
d113bf1a66
1 changed files with 6 additions and 4 deletions
10
main.qml
10
main.qml
|
@ -1109,10 +1109,12 @@ ApplicationWindow {
|
||||||
console.log("Hiding processing splash")
|
console.log("Hiding processing splash")
|
||||||
splash.close();
|
splash.close();
|
||||||
|
|
||||||
leftPanel.enabled = true
|
if (!passwordDialog.visible) {
|
||||||
middlePanel.enabled = true
|
leftPanel.enabled = true
|
||||||
titleBar.enabled = true
|
middlePanel.enabled = true
|
||||||
inactiveOverlay.visible = false;
|
titleBar.enabled = true
|
||||||
|
inactiveOverlay.visible = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// close wallet and show wizard
|
// close wallet and show wizard
|
||||||
|
|
Loading…
Reference in a new issue