mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 23:07:25 -04:00
This commit is contained in:
@@ -62,7 +62,10 @@ Row {
|
||||
id: minimizeArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onClicked: appWindow.visibility = Window.Minimized
|
||||
onClicked: {
|
||||
appWindow.visible = false
|
||||
appWindow.visibility = Window.Minimized
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user