mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 17:42:28 +08:00
mac-syphon: Use v2 of obs_properties_add_button
v1 of obs_properties_add_button will be deprecated soon.
This commit is contained in:
committed by
Ryan Foster
parent
de0bc821ff
commit
a759fa5aae
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user