mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
mac-capture: Show "hidden" checkbox for app capture on update as well
This commit is contained in:
committed by
Sebastian Beckmann
parent
84ebd7ac67
commit
9f370bd36e
@@ -992,7 +992,7 @@ static bool content_settings_changed(void *data, obs_properties_t *props,
|
||||
obs_property_set_visible(app_list, true);
|
||||
obs_property_set_visible(window_list, false);
|
||||
obs_property_set_visible(empty, false);
|
||||
obs_property_set_visible(hidden, false);
|
||||
obs_property_set_visible(hidden, true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user