|
|
@@ -112,7 +112,7 @@ function script_properties()
|
|
|
if sources ~= nil then
|
|
|
for _, source in ipairs(sources) do
|
|
|
source_id = obs.obs_source_get_id(source)
|
|
|
- if source_id == "text_gdiplus" or source_id == "text_ft2_source" then
|
|
|
+ if source_id == "text_gdiplus" or source_id == "text_ft2_source" or source_id == "text_gdiplus_v2" or source_id == "text_ft2_source_v2" then
|
|
|
local name = obs.obs_source_get_name(source)
|
|
|
obs.obs_property_list_add_string(p, name, name)
|
|
|
end
|