QTfrontend/hwform.cpp
changeset 15299 3bf780084c86
parent 15278 16f389fcd462
child 15300 a3823f0916b8
equal deleted inserted replaced
15298:976b3ed9b1fd 15299:3bf780084c86
  2319                    + " --user-prefix " + userPrefix
  2319                    + " --user-prefix " + userPrefix
  2320                    + " --fullscreen-width " + QString::number(resolutions.first.width())
  2320                    + " --fullscreen-width " + QString::number(resolutions.first.width())
  2321                    + " --fullscreen-height " + QString::number(resolutions.first.height())
  2321                    + " --fullscreen-height " + QString::number(resolutions.first.height())
  2322                    + " --width " + QString::number(resolutions.second.width())
  2322                    + " --width " + QString::number(resolutions.second.width())
  2323                    + " --height " + QString::number(resolutions.second.height())
  2323                    + " --height " + QString::number(resolutions.second.height())
       
  2324                    + (config->vid_Maximized() ? " --maximized" : "")
  2324                    + (config->zoom() == 100 ? "" : " --zoom " + QString::number(config->zoom()))
  2325                    + (config->zoom() == 100 ? "" : " --zoom " + QString::number(config->zoom()))
  2325                    + " --volume " + QString::number(config->volume())
  2326                    + " --volume " + QString::number(config->volume())
  2326                    + (config->isMusicEnabled() ? "" : " --nomusic")
  2327                    + (config->isMusicEnabled() ? "" : " --nomusic")
  2327                    + (config->isSoundEnabled() ? "" : " --nosound")
  2328                    + (config->isSoundEnabled() ? "" : " --nosound")
  2328                    + (config->isAudioDampenEnabled() ? "" : " --nodampen")
  2329                    + (config->isAudioDampenEnabled() ? "" : " --nodampen")