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 f60bac7 commit c516fe0Copy full SHA for c516fe0
obs-browser/main-source.cpp
@@ -57,6 +57,7 @@ static obs_properties_t *browser_source_get_properties(void *)
57
{
58
obs_properties_t *props = obs_properties_create();
59
60
+ obs_properties_set_flags(props, OBS_PROPERTIES_DEFER_UPDATE);
61
// use this when obs allows non-readonly paths
62
obs_property_t *prop = obs_properties_add_bool(props, "is_local_file",
63
obs_module_text("Local file"));
0 commit comments