mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +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();
|
||||
|
||||
@@ -201,7 +201,7 @@ DECLARE_REFLECTION_STRUCT(BugReport);
|
||||
\
|
||||
CONFIG_SETTING_VAL(public, bool, bool, EventBrowser_ColorEventRow, true) \
|
||||
\
|
||||
CONFIG_SETTING_VAL(public, bool, bool, Comments_ShowOnLoad, false) \
|
||||
CONFIG_SETTING_VAL(public, bool, bool, Comments_ShowOnLoad, true) \
|
||||
\
|
||||
CONFIG_SETTING_VAL(public, int, int, Formatter_MinFigures, 2) \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user