mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-06 19:09:43 +00:00
Merge pull request #2901
72a3b34
Merchant: allow to exit when height < minHeight (selsta)
This commit is contained in:
commit
80e8dd6aef
1 changed files with 7 additions and 0 deletions
|
@ -574,6 +574,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() {
|
||||
|
|
Loading…
Reference in a new issue