aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-30 02:34:27 +0200
committerselsta <selsta@sent.at>2019-04-30 02:34:27 +0200
commite9df885b260847c195ba60691e681855afee93d0 (patch)
tree6c5524b80808b0d046f58b48a93d30349e4f40cb
parentff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff)
downloadmonzero-gui-e9df885b260847c195ba60691e681855afee93d0.tar.gz
monzero-gui-e9df885b260847c195ba60691e681855afee93d0.tar.xz
monzero-gui-e9df885b260847c195ba60691e681855afee93d0.zip
Merchant: fix title bar with custom decorations turned off
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 94c4a0d1..9c60d8aa 100644
--- a/main.qml
+++ b/main.qml
@@ -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();