1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-02 21:26:24 +01:00

Merge pull request #3759

22450cb main: hide wallet name in wizard titlebar (rating89us)
This commit is contained in:
luigi1111 2021-12-02 00:05:42 -06:00
commit ce1c5aebf7
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -1898,7 +1898,7 @@ ApplicationWindow {
TitleBar {
id: titleBar
visible: persistentSettings.customDecorations && middlePanel.state !== "Merchant"
walletName: persistentSettings.displayWalletNameInTitleBar ? appWindow.walletName : ""
walletName: persistentSettings.displayWalletNameInTitleBar && rootItem.state != "wizard" ? appWindow.walletName : ""
anchors.left: parent.left
anchors.right: parent.right
onCloseClicked: appWindow.close();