mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merchant: fix close button
This commit is contained in:
parent
a75a0fb8c5
commit
1d5b940349
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
onClicked: appWindow.showPageRequest("Receive")
|
onClicked: appWindow.showPageRequest("Settings")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue