UI: Log 'Hide OBS from capture' on startup & settings change

This commit is contained in:
Matt Gajownik
2022-02-20 13:38:17 +11:00
parent 269d48f681
commit 2ded0f7050
2 changed files with 9 additions and 0 deletions

View File

@@ -3008,6 +3008,9 @@ void OBSBasicSettings::SaveGeneralSettings()
main->SetDisplayAffinity(window);
}
}
blog(LOG_INFO, "Hide OBS windows from screen capture: %s",
hide_window ? "true" : "false");
}
#endif
if (WidgetChanged(ui->openStatsOnStartup))