Ignore pre-detection argument (fixes #1300)
This commit is contained in:
parent
9f58584c05
commit
b24f989dbc
1 changed files with 1 additions and 0 deletions
1
cli.cpp
1
cli.cpp
|
|
@ -803,6 +803,7 @@ int ProcessOptions(int argc, char *argv[], Options *options, std::vector<RGBCont
|
||||||
{
|
{
|
||||||
if((option == "--localconfig")
|
if((option == "--localconfig")
|
||||||
||(option == "--nodetect")
|
||(option == "--nodetect")
|
||||||
|
||(option == "--noautoconnect")
|
||||||
||(option == "--client")
|
||(option == "--client")
|
||||||
||(option == "--server")
|
||(option == "--server")
|
||||||
||(option == "--gui")
|
||(option == "--gui")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue