Skip to content

Commit 06220cb

Browse files
authored
fix option (#35)
1 parent d438edc commit 06220cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-browser-plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ static obs_properties_t *browser_source_get_properties(void *data)
222222
8192, 1);
223223

224224
obs_properties_add_bool(props, "reroute_audio",
225-
obs_module_text("RerouteAudio"));
225+
obs_module_text("RerouteAudioStreamlabs"));
226226

227227
obs_property_t *fps_set = obs_properties_add_bool(
228228
props, "fps_custom", obs_module_text("CustomFrameRate"));

0 commit comments

Comments
 (0)