mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Make sure saving logs from connection dialog marks them as saved
This commit is contained in:
@@ -394,6 +394,7 @@ namespace renderdocui.Windows
|
||||
try
|
||||
{
|
||||
File.Copy(log.localpath, path, true);
|
||||
log.saved = true;
|
||||
}
|
||||
catch (System.Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user