mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 22:55:45 -04:00
NoGUI: Start in fullscreen when option or command line flag is set
This commit is contained in:
@ -304,6 +304,7 @@ bool CommonHostInterface::ParseCommandLineParameters(int argc, char* argv[],
|
||||
else if (CHECK_ARG("-fullscreen"))
|
||||
{
|
||||
Log_InfoPrintf("Going fullscreen after booting.");
|
||||
m_command_line_flags.start_fullscreen = true;
|
||||
force_fullscreen = true;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user