Skip to content

Commit c516fe0

Browse files
committed
Disable preview
1 parent f60bac7 commit c516fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

obs-browser/main-source.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static obs_properties_t *browser_source_get_properties(void *)
5757
{
5858
obs_properties_t *props = obs_properties_create();
5959

60+
obs_properties_set_flags(props, OBS_PROPERTIES_DEFER_UPDATE);
6061
// use this when obs allows non-readonly paths
6162
obs_property_t *prop = obs_properties_add_bool(props, "is_local_file",
6263
obs_module_text("Local file"));

0 commit comments

Comments
 (0)