Fix callback not being run for injection path. Closes #1411

This commit is contained in:
baldurk
2019-06-11 20:33:20 +01:00
parent dc93c71a1f
commit 48cdc00b7f
+1
View File
@@ -614,6 +614,7 @@ void MainWindow::OnInjectTrigger(uint32_t PID, const rdcarray<EnvironmentModific
LiveCapture *live = new LiveCapture(m_Ctx, QString(), QString(), ret.ident, this, this);
ShowLiveCapture(live);
callback(live);
});
});
th->start();