Merchant: fix title bar with custom decorations turned off

This commit is contained in:
selsta 2019-04-30 02:34:27 +02:00
parent ff6ce6294b
commit e9df885b26
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
1 changed files with 1 additions and 1 deletions

View File

@ -1737,7 +1737,7 @@ ApplicationWindow {
MoneroMerchant.MerchantTitlebar {
id: titleBarOrange
visible: middlePanel.state === "Merchant"
visible: persistentSettings.customDecorations && middlePanel.state === "Merchant"
anchors.left: parent.left
anchors.right: parent.right
onCloseClicked: appWindow.close();