Skip to content

Commit

Permalink
Make "shutdown when not active" checked by default
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisNL committed Mar 18, 2016
1 parent fa28608 commit 5260066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obs-browser/main-source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static void browser_source_get_defaults(obs_data_t *settings)
obs_data_set_default_int(settings, "width", 800);
obs_data_set_default_int(settings, "height", 600);
obs_data_set_default_int(settings, "fps", 30);
obs_data_set_default_bool(settings, "shutdown", true);
}

static bool restart_button_clicked(obs_properties_t *props,
Expand Down

0 comments on commit 5260066

Please sign in to comment.