diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8d42d020..177c2a23 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -6566,6 +6566,7 @@ void MainWindow::on_bossButton_clicked() sp.binary = QFileInfo(qApp->applicationDirPath() + "/loot/lootcli.exe"); sp.arguments = parameters.join(" "); sp.currentDirectory.setPath(qApp->applicationDirPath() + "/loot"); + sp.hooked = true; sp.stdOut = stdOutWrite; HANDLE loot = spawn::startBinary(this, sp); |
