We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa28608 commit 5260066Copy full SHA for 5260066
obs-browser/main-source.cpp
@@ -27,6 +27,7 @@ static void browser_source_get_defaults(obs_data_t *settings)
27
obs_data_set_default_int(settings, "width", 800);
28
obs_data_set_default_int(settings, "height", 600);
29
obs_data_set_default_int(settings, "fps", 30);
30
+ obs_data_set_default_bool(settings, "shutdown", true);
31
}
32
33
static bool restart_button_clicked(obs_properties_t *props,
0 commit comments