mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Use default save directory from options. Refs #335
This commit is contained in:
@@ -963,6 +963,14 @@ namespace renderdocui.Windows
|
||||
|
||||
public string GetSavePath()
|
||||
{
|
||||
try
|
||||
{
|
||||
saveDialog.InitialDirectory = m_Core.Config.DefaultCaptureSaveDirectory;
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
|
||||
DialogResult res = saveDialog.ShowDialog();
|
||||
|
||||
if (res == DialogResult.OK)
|
||||
|
||||
Reference in New Issue
Block a user