forked from Silverfish/proton-bridge
GODT-2150: fixed initial implementation that filtered --no-window in gui instead of bridge.
This commit is contained in:
@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user