mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
main: fix password dialog overlay
This commit is contained in:
parent
702b654f09
commit
d113bf1a66
2
main.qml
2
main.qml
@ -1109,11 +1109,13 @@ ApplicationWindow {
|
|||||||
console.log("Hiding processing splash")
|
console.log("Hiding processing splash")
|
||||||
splash.close();
|
splash.close();
|
||||||
|
|
||||||
|
if (!passwordDialog.visible) {
|
||||||
leftPanel.enabled = true
|
leftPanel.enabled = true
|
||||||
middlePanel.enabled = true
|
middlePanel.enabled = true
|
||||||
titleBar.enabled = true
|
titleBar.enabled = true
|
||||||
inactiveOverlay.visible = false;
|
inactiveOverlay.visible = false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// close wallet and show wizard
|
// close wallet and show wizard
|
||||||
function showWizard(){
|
function showWizard(){
|
||||||
|
Loading…
Reference in New Issue
Block a user