mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-25 20:35:24 +02:00
Merchant: allow to exit when height < minHeight
This commit is contained in:
parent
afe1ae9b9c
commit
72a3b346bb
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user