Fix check for whether LastCaptureFilePath should be updated

This commit is contained in:
baldurk
2019-08-26 13:49:58 +01:00
parent 2ed4547fe8
commit d6289b93d0
+1 -1
View File
@@ -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();
}