Add an option to choose the default save folder for captures. Refs #335

This commit is contained in:
baldurk
2016-08-24 15:53:52 +02:00
parent 3d6214622b
commit 3e5d55d1d6
7 changed files with 317 additions and 109 deletions
+1 -1
View File
@@ -702,7 +702,7 @@ namespace renderdocui.Code
public String TempLogFilename(String appname)
{
string folder = Config.CaptureSavePath;
string folder = Config.TemporaryCaptureDirectory;
try
{
if (folder.Length == 0 || !Directory.Exists(folder))