Ignore pre-detection argument (fixes #1300)

This commit is contained in:
morg 2021-04-09 16:48:56 +02:00
parent 9f58584c05
commit b24f989dbc

View file

@ -803,6 +803,7 @@ int ProcessOptions(int argc, char *argv[], Options *options, std::vector<RGBCont
{
if((option == "--localconfig")
||(option == "--nodetect")
||(option == "--noautoconnect")
||(option == "--client")
||(option == "--server")
||(option == "--gui")