mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 09:47:26 -04:00
Merchant: fix title bar with custom decorations turned off
This commit is contained in:
2
main.qml
2
main.qml
@@ -1737,7 +1737,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();
|
||||||
|
|||||||
Reference in New Issue
Block a user