UI: Fix logging for profiles/scene collections

This makes it so that the log message for altering scene collections
and/or profiles is now below, and then the separator below that.  This
makes it a bit more apparent that any loading/clearing/etc that happens
before the log message are associated with the log message.
This commit is contained in:
jp9000
2015-07-06 17:03:32 -07:00
parent 5e178c12e7
commit a903ae3103
3 changed files with 14 additions and 9 deletions
+3
View File
@@ -2114,6 +2114,9 @@ void OBSBasic::ClearSceneData()
sourceSceneRefs.clear();
disableSaving--;
blog(LOG_INFO, "All scene data cleared");
blog(LOG_INFO, "------------------------------------------------");
}
void OBSBasic::closeEvent(QCloseEvent *event)