mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-14 01:24:39 -04:00
fixing gui not starting
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -168,7 +168,7 @@ int main(int argc, char* argv[])
|
||||
| Process command line arguments before detection |
|
||||
\*---------------------------------------------------------*/
|
||||
unsigned int ret_flags = RET_FLAG_START_GUI;
|
||||
if (argc != 0)
|
||||
if (argc > 1)
|
||||
{
|
||||
ret_flags = cli_pre_detection(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user