mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-27 17:55:42 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user