mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-03 20:56:23 +01:00
Merge pull request #3760
b8b96ee
PasswordDialog: display wizard title bar when returning to wizard after canceling password dialog (rating89us)
This commit is contained in:
commit
0bebf412fd
@ -108,7 +108,11 @@ Item {
|
||||
leftPanel.enabled = true
|
||||
middlePanel.enabled = true
|
||||
wizard.enabled = true
|
||||
titleBar.state = "default"
|
||||
if (rootItem.state == "wizard") {
|
||||
titleBar.state = "essentials"
|
||||
} else {
|
||||
titleBar.state = "default"
|
||||
}
|
||||
|
||||
root.visible = false;
|
||||
appWindow.hideBalanceForced = false;
|
||||
|
Loading…
Reference in New Issue
Block a user