mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +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
|
||||
middlePanel.enabled = true
|
||||
wizard.enabled = true
|
||||
if (rootItem.state == "wizard") {
|
||||
titleBar.state = "essentials"
|
||||
} else {
|
||||
titleBar.state = "default"
|
||||
}
|
||||
|
||||
root.visible = false;
|
||||
appWindow.hideBalanceForced = false;
|
||||
|
|
Loading…
Reference in a new issue