|
@@ -230,6 +230,8 @@ static obs_properties_t *image_source_properties(void *data)
|
|
|
|
|
|
|
|
obs_properties_t *props = obs_properties_create();
|
|
obs_properties_t *props = obs_properties_create();
|
|
|
|
|
|
|
|
|
|
+ obs_properties_set_flags(props, OBS_PROPERTIES_DEFER_UPDATE);
|
|
|
|
|
+
|
|
|
if (s && s->file && *s->file) {
|
|
if (s && s->file && *s->file) {
|
|
|
const char *slash;
|
|
const char *slash;
|
|
|
|
|
|