mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 13:15:57 +00:00
Add an option to choose the default save folder for captures. Refs #335
This commit is contained in:
@@ -1515,6 +1515,14 @@ namespace renderdocui.Windows
|
||||
|
||||
private bool PromptSaveLog()
|
||||
{
|
||||
try
|
||||
{
|
||||
saveDialog.InitialDirectory = m_Core.Config.DefaultCaptureSaveDirectory;
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
|
||||
DialogResult res = saveDialog.ShowDialog();
|
||||
|
||||
if (res == DialogResult.OK)
|
||||
|
||||
Reference in New Issue
Block a user