PasswordDialog: display wizard title bar when returning to wizard after canceling password dialog

This commit is contained in:
rating89us 2021-11-28 13:39:45 +01:00 committed by GitHub
parent c72729fa5d
commit b8b96ee719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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