mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Fixed GUI not starting when configuration flags are used
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -167,11 +167,7 @@ int main(int argc, char* argv[])
|
||||
/*---------------------------------------------------------*\
|
||||
| Process command line arguments before detection |
|
||||
\*---------------------------------------------------------*/
|
||||
unsigned int ret_flags = RET_FLAG_START_GUI;
|
||||
if (argc > 1)
|
||||
{
|
||||
ret_flags = cli_pre_detection(argc, argv);
|
||||
}
|
||||
unsigned int ret_flags = cli_pre_detection(argc, argv);
|
||||
|
||||
/*---------------------------------------------------------*\
|
||||
| Perform local connection and/or hardware detection if not |
|
||||
|
||||
Reference in New Issue
Block a user