aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/merchant/Merchant.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml
index 7ed4cdc3..52045999 100644
--- a/pages/merchant/Merchant.qml
+++ b/pages/merchant/Merchant.qml
@@ -574,6 +574,13 @@ Item {
text: qsTr("The merchant page requires a larger window") + translationManager.emptyString
themeTransition: false
}
+
+ MouseArea {
+ anchors.fill: parent
+ hoverEnabled: true
+ cursorShape: Qt.PointingHandCursor
+ onClicked: appWindow.showPageRequest("Settings")
+ }
}
function update() {