Skip to content

Commit

Permalink
fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Mar 27, 2024
1 parent d438edc commit f58f73f
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 @@ -222,7 +222,7 @@ static obs_properties_t *browser_source_get_properties(void *data)
8192, 1);

obs_properties_add_bool(props, "reroute_audio",
obs_module_text("RerouteAudio"));
obs_module_text("RerouteAudioStreamlabs"));

obs_property_t *fps_set = obs_properties_add_bool(
props, "fps_custom", obs_module_text("CustomFrameRate"));
Expand Down

0 comments on commit f58f73f

Please sign in to comment.