Make sure saving logs from connection dialog marks them as saved

This commit is contained in:
baldurk
2016-02-29 19:16:38 +01:00
parent 096b1b1a7c
commit bd9768451f
@@ -394,6 +394,7 @@ namespace renderdocui.Windows
try
{
File.Copy(log.localpath, path, true);
log.saved = true;
}
catch (System.Exception ex)
{