From 1d5b9403499353be3720b843480349de3eaa9079 Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 21 Apr 2020 19:42:05 +0200 Subject: [PATCH] Merchant: fix close button --- pages/merchant/Merchant.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } } }