mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -05:00
UI: Log 'Hide OBS from capture' on startup & settings change
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user