Merchant: fix close button

This commit is contained in:
selsta
2020-04-21 19:42:05 +02:00
parent a75a0fb8c5
commit 1d5b940349

View File

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