Skip to content

Commit

Permalink
obs-browser: Enable "Control audio via OBS" by default
Browse files Browse the repository at this point in the history
Set the "Control audio via OBS" box to be ticked by default for new browser sources.
  • Loading branch information
prgmitchell committed Jun 30, 2024
1 parent c81851a commit 2c60303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-browser-plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static void browser_source_get_defaults(obs_data_t *settings)
obs_data_set_default_int(settings, "webpage_control_level",
(int)DEFAULT_CONTROL_LEVEL);
obs_data_set_default_string(settings, "css", default_css);
obs_data_set_default_bool(settings, "reroute_audio", false);
obs_data_set_default_bool(settings, "reroute_audio", true);
}

static bool is_local_file_modified(obs_properties_t *props, obs_property_t *,
Expand Down

0 comments on commit 2c60303

Please sign in to comment.