diff --git a/pages/merchant/Merchant.qml b/pages/merchant/Merchant.qml index 8602945a..16dfaa05 100644 --- a/pages/merchant/Merchant.qml +++ b/pages/merchant/Merchant.qml @@ -573,6 +573,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() {