Merchant: fix close button

pull/7/head
selsta 4 years ago
parent a75a0fb8c5
commit 1d5b940349
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -544,7 +544,7 @@ Item {
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: appWindow.showPageRequest("Receive")
onClicked: appWindow.showPageRequest("Settings")
}
}
}