mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
Merchant: allow to exit when height < minHeight
This commit is contained in:
parent
afe1ae9b9c
commit
72a3b346bb
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue