fixing gui not starting
This commit is contained in:
parent
5c50cc2ca9
commit
e673b9d331
1 changed files with 1 additions and 1 deletions
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue