mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 15:46:13 -05:00
UI: Add intro startup page (windows)
Allows the ability to show a web page via CEF to the users on startup to present and announce new features.
This commit is contained in:
@@ -367,6 +367,7 @@ bool OBSApp::InitGlobalConfigDefaults()
|
||||
config_set_default_string(globalConfig, "General", "Language",
|
||||
DEFAULT_LANG);
|
||||
config_set_default_uint(globalConfig, "General", "MaxLogs", 10);
|
||||
config_set_default_int(globalConfig, "General", "InfoIncrement", -1);
|
||||
config_set_default_string(globalConfig, "General", "ProcessPriority",
|
||||
"Normal");
|
||||
config_set_default_bool(globalConfig, "General", "EnableAutoUpdates",
|
||||
|
||||
Reference in New Issue
Block a user