Skip to content

Commit

Permalink
Include gdiplus_v3
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTocs committed Sep 4, 2024
1 parent 4697b22 commit f2d5e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/obs/main/src/sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export function setupSources(obsDefault: ReactiveRef<OBSConnection>) {
const obs = context?.obs?.connection
if (!obs) return []

const textInputs = await context.obs.getInputs("text_gdiplus_v2")
const textInputs = await context.obs.getInputs(["text_gdiplus_v2", "text_gdiplus_v3"])
return textInputs
},
},
Expand Down

0 comments on commit f2d5e1b

Please sign in to comment.