forked from Public/monero-gui
Merchant: allow to exit when height < minHeight
This commit is contained in:
@@ -573,6 +573,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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user