mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-05 10:29:30 +00:00
PasswordDialog: display wizard title bar when returning to wizard after canceling password dialog
This commit is contained in:
parent
c72729fa5d
commit
b8b96ee719
1 changed files with 5 additions and 1 deletions
|
@ -108,7 +108,11 @@ Item {
|
||||||
leftPanel.enabled = true
|
leftPanel.enabled = true
|
||||||
middlePanel.enabled = true
|
middlePanel.enabled = true
|
||||||
wizard.enabled = true
|
wizard.enabled = true
|
||||||
|
if (rootItem.state == "wizard") {
|
||||||
|
titleBar.state = "essentials"
|
||||||
|
} else {
|
||||||
titleBar.state = "default"
|
titleBar.state = "default"
|
||||||
|
}
|
||||||
|
|
||||||
root.visible = false;
|
root.visible = false;
|
||||||
appWindow.hideBalanceForced = false;
|
appWindow.hideBalanceForced = false;
|
||||||
|
|
Loading…
Reference in a new issue