Merge pull request #2842

1d5b940 Merchant: fix close button (selsta)
This commit is contained in:
luigi1111
2020-04-22 13:36:37 -05:00

View File

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