Revert "GODT-2013: CLI flag for frontend is required."

This reverts commit 4bb29b1b5c.
This commit is contained in:
James Houlahan
2022-11-04 00:53:03 +01:00
parent 7cb9546d21
commit f965d01922
4 changed files with 16 additions and 36 deletions

View File

@ -257,7 +257,7 @@ void launchBridge(QStringList const &args)
else
app().log().debug(QString("Bridge executable path: %1").arg(QDir::toNativeSeparators(bridgeExePath)));
overseer = std::make_unique<Overseer>(new ProcessMonitor(bridgeExePath, QStringList("--grpc") + args, nullptr), nullptr);
overseer = std::make_unique<Overseer>(new ProcessMonitor(bridgeExePath, args, nullptr), nullptr);
overseer->startWorker(true);
}