GODT-2150: fixed initial implementation that filtered --no-window in gui instead of bridge.

This commit is contained in:
Xavier Michelon
2022-11-30 19:03:35 +01:00
parent 6b8faf0ecf
commit f3cc19b09c
3 changed files with 23 additions and 2 deletions

View File

@ -108,7 +108,7 @@ void parseCommandLineArguments(int argc, char *argv[], QStringList& args, QStrin
{
outNoWindow = true;
}
else if (arg == launcherFlag)
if (arg == launcherFlag)
{
args.append(arg);
launcher = QString::fromLocal8Bit(argv[++i]);