mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Default Comments_ShowOnLoad to true, and actually use the value.
This commit is contained in:
@@ -193,7 +193,7 @@ void CaptureContext::LoadCapture(const rdcstr &captureFile, const rdcstr &origFi
|
||||
}
|
||||
});
|
||||
|
||||
if(newCapture && m_Notes.contains(lit("comments")))
|
||||
if(newCapture && m_Notes.contains(lit("comments")) && m_Config.Comments_ShowOnLoad)
|
||||
{
|
||||
if(!HasCommentView())
|
||||
ShowCommentView();
|
||||
|
||||
Reference in New Issue
Block a user