We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde9cce commit 4680154Copy full SHA for 4680154
obs-browser/main-source.cpp
@@ -107,7 +107,7 @@ static obs_properties_t *browser_source_get_properties(void *data)
107
obs_properties_add_text(props, "css",
108
obs_module_text("CSS"), OBS_TEXT_MULTILINE);
109
obs_properties_add_bool(props, "shutdown",
110
- obs_module_text("Shutdown when not active"));
+ obs_module_text("Shutdown source when not visible"));
111
obs_properties_add_bool(props, "restart_when_active",
112
obs_module_text("Refresh browser when scene becomes active"));
113
0 commit comments