mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Don't add non-local files to recent list
This commit is contained in:
@@ -533,7 +533,7 @@ namespace renderdocui.Code
|
||||
return;
|
||||
}
|
||||
|
||||
if (!temporary)
|
||||
if (!temporary && local)
|
||||
{
|
||||
m_Config.AddRecentFile(m_Config.RecentLogFiles, logFile, 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user