mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-17 13:07:14 +00:00
Remove the need for a preceeding / on android (Allow empty root path)
This commit is contained in:
@@ -358,7 +358,8 @@ void MainWindow::OnCaptureTrigger(const QString &exe, const QString &workingDir,
|
||||
th->wait(500);
|
||||
if(th->isRunning())
|
||||
{
|
||||
ShowProgressDialog(this, tr("Launching %1, please wait...").arg(exe),
|
||||
QString filename = QFileInfo(exe).fileName();
|
||||
ShowProgressDialog(this, tr("Launching %1, please wait...").arg(filename),
|
||||
[th]() { return !th->isRunning(); });
|
||||
}
|
||||
th->deleteLater();
|
||||
|
||||
Reference in New Issue
Block a user