diff -r 976b3ed9b1fd -r 3bf780084c86 QTfrontend/hwform.cpp --- 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")