Skip to content

Commit

Permalink
Set "Shutdown when not active" back to unchecked by default
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisNL committed Apr 24, 2016
1 parent 1dea7e2 commit 26e4079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-browser/main-source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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);
obs_data_set_default_bool(settings, "shutdown", false);
obs_data_set_default_string(settings, "css", "body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }");
}

Expand Down

0 comments on commit 26e4079

Please sign in to comment.