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
committed by Matt Gajownik
parent 94016b459f
commit d1f8caeb8d
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))