Merge pull request #2842

1d5b940 Merchant: fix close button (selsta)
This commit is contained in:
luigi1111 2020-04-22 13:36:37 -05:00
commit 0784532001
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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