aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 4b6a6942..d46d0080 100644
--- a/main.qml
+++ b/main.qml
@@ -1631,7 +1631,7 @@ ApplicationWindow {
showMoneroLogo: true
onCloseClicked: appWindow.close();
onMaximizeClicked: {
- appWindow.visibility = appWindow.visibility !== Window.FullScreen ? Window.FullScreen :
+ appWindow.visibility = appWindow.visibility !== Window.Maximized ? Window.Maximized :
Window.Windowed
}
onMinimizeClicked: appWindow.visibility = Window.Minimized