Merge pull request #2842

1d5b940 Merchant: fix close button (selsta)
pull/7/head
luigi1111 4 years ago
commit 0784532001
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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