QTfrontend/hwform.cpp
changeset 15299 3bf780084c86
parent 15278 16f389fcd462
child 15300 a3823f0916b8
--- a/QTfrontend/hwform.cpp	Tue Aug 06 11:41:38 2019 +0200
+++ b/QTfrontend/hwform.cpp	Tue Aug 06 19:00:51 2019 +0200
@@ -2321,6 +2321,7 @@
                    + " --fullscreen-height " + QString::number(resolutions.first.height())
                    + " --width " + QString::number(resolutions.second.width())
                    + " --height " + QString::number(resolutions.second.height())
+                   + (config->vid_Maximized() ? " --maximized" : "")
                    + (config->zoom() == 100 ? "" : " --zoom " + QString::number(config->zoom()))
                    + " --volume " + QString::number(config->volume())
                    + (config->isMusicEnabled() ? "" : " --nomusic")