mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Merge pull request #2135
e9df885
Merchant: fix title bar with custom decorations turned off (selsta)
This commit is contained in:
commit
7ee0f5907f
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -1787,7 +1787,7 @@ ApplicationWindow {
|
||||||
|
|
||||||
MoneroMerchant.MerchantTitlebar {
|
MoneroMerchant.MerchantTitlebar {
|
||||||
id: titleBarOrange
|
id: titleBarOrange
|
||||||
visible: middlePanel.state === "Merchant"
|
visible: persistentSettings.customDecorations && middlePanel.state === "Merchant"
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
onCloseClicked: appWindow.close();
|
onCloseClicked: appWindow.close();
|
||||||
|
|
Loading…
Reference in a new issue