1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-03 20:56:23 +01:00

Merge pull request

b8b96ee PasswordDialog: display wizard title bar when returning to wizard after canceling password dialog (rating89us)
This commit is contained in:
luigi1111 2021-12-02 00:07:03 -06:00
commit 0bebf412fd
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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;