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.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user