mac-syphon: Use v2 of obs_properties_add_button

v1 of obs_properties_add_button will be deprecated soon.
This commit is contained in:
Sebastian Beckmann
2025-08-23 13:53:26 +02:00
committed by Ryan Foster
parent de0bc821ff
commit a759fa5aae
+1 -1
View File
@@ -568,7 +568,7 @@ static inline obs_properties_t *syphon_properties_internal(syphon_t s)
LOAD_CROP(size.height);
#undef LOAD_CROP
obs_properties_add_button(props, "syphon license", obs_module_text("SyphonLicense"), show_syphon_license);
obs_properties_add_button2(props, "syphon license", obs_module_text("SyphonLicense"), show_syphon_license, NULL);
return props;
}