浏览代码

mac-capture: Show "hidden" checkbox for app capture on update as well

gxalpha 3 年之前
父节点
当前提交
9f370bd36e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/mac-capture/mac-screen-capture.m

+ 1 - 1
plugins/mac-capture/mac-screen-capture.m

@@ -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;
 		}
 		}