diff options
| author | selsta <selsta@sent.at> | 2019-04-30 02:34:27 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-30 02:34:27 +0200 |
| commit | e9df885b260847c195ba60691e681855afee93d0 (patch) | |
| tree | 6c5524b80808b0d046f58b48a93d30349e4f40cb | |
| parent | ff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff) | |
| download | monzero-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.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
