提交 d0d79946 编写于 作者: J jp9000

UI: Add large separator after obs initialization

This makes it so it's a bit more obvious when the primary initialization
has completed in the log file.
上级 a5b4330e
......@@ -784,6 +784,9 @@ void OBSBasic::ResetOutputs()
}
}
#define MAIN_SEPARATOR \
"====================================================================="
void OBSBasic::OBSInit()
{
const char *sceneCollection = config_get_string(App()->GlobalConfig(),
......@@ -837,6 +840,8 @@ void OBSBasic::OBSInit()
AddExtraModulePaths();
obs_load_all_modules();
blog(LOG_INFO, MAIN_SEPARATOR);
ResetOutputs();
CreateHotkeys();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册