Don't add non-local files to recent list

This commit is contained in:
baldurk
2016-08-05 21:56:08 +02:00
parent d04c06a229
commit d05f99d1b5
+1 -1
View File
@@ -533,7 +533,7 @@ namespace renderdocui.Code
return;
}
if (!temporary)
if (!temporary && local)
{
m_Config.AddRecentFile(m_Config.RecentLogFiles, logFile, 10);