mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02: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
|
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 New Issue
Block a user