mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-26 15:46:08 +00:00
Fix check for whether LastCaptureFilePath should be updated
This commit is contained in:
@@ -803,7 +803,7 @@ void MainWindow::LoadCapture(const QString &filename, bool temporary, bool local
|
||||
m_Ctx.LoadCapture(fileToLoad, origFilename, temporary, local);
|
||||
}
|
||||
|
||||
if(!remoteReplay)
|
||||
if(local && !temporary)
|
||||
{
|
||||
m_Ctx.Config().LastCaptureFilePath = QFileInfo(filename).absolutePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user