mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 03:12:05 +02:00
Merge pull request #2282
d113bf1
main: fix password dialog overlay (selsta)
This commit is contained in:
commit
4370733b2b
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 New Issue
Block a user