Merchant: fix close button

This commit is contained in:
selsta 2020-04-21 19:42:05 +02:00
parent a75a0fb8c5
commit 1d5b940349
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

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