Skip to content

Commit 5260066

Browse files
committed
Make "shutdown when not active" checked by default
1 parent fa28608 commit 5260066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

obs-browser/main-source.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ static void browser_source_get_defaults(obs_data_t *settings)
2727
obs_data_set_default_int(settings, "width", 800);
2828
obs_data_set_default_int(settings, "height", 600);
2929
obs_data_set_default_int(settings, "fps", 30);
30+
obs_data_set_default_bool(settings, "shutdown", true);
3031
}
3132

3233
static bool restart_button_clicked(obs_properties_t *props,

0 commit comments

Comments
 (0)