Merchant: allow to exit when height < minHeight

pull/7/head
selsta 4 years ago
parent afe1ae9b9c
commit 72a3b346bb
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -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() {