diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml index 750ff2aa..545ba641 100644 --- a/pages/merchant/Merchant.qml +++ b/pages/merchant/Merchant.qml @@ -544,7 +544,7 @@ Item { anchors.fill: parent hoverEnabled: true cursorShape: Qt.PointingHandCursor - onClicked: appWindow.showPageRequest("Receive") + onClicked: appWindow.showPageRequest("Settings") } } }