Merge pull request #2901

72a3b34 Merchant: allow to exit when height < minHeight (selsta)
This commit is contained in:
luigi1111 2020-05-14 16:03:22 -05:00
commit 80e8dd6aef
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -574,6 +574,13 @@ Item {
text: qsTr("The merchant page requires a larger window") + translationManager.emptyString text: qsTr("The merchant page requires a larger window") + translationManager.emptyString
themeTransition: false themeTransition: false
} }
MouseArea {
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: appWindow.showPageRequest("Settings")
}
} }
function update() { function update() {