From 0f6ce0d197bc9345ada9d8c00e637478268d5217 Mon Sep 17 00:00:00 2001 From: LordTocs Date: Wed, 4 Sep 2024 13:03:27 -0400 Subject: [PATCH] Change text action to be multiline --- plugins/obs/main/src/sources.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/obs/main/src/sources.ts b/plugins/obs/main/src/sources.ts index f5c97309..6c999f2d 100644 --- a/plugins/obs/main/src/sources.ts +++ b/plugins/obs/main/src/sources.ts @@ -295,6 +295,7 @@ export function setupSources(obsDefault: ReactiveRef) { name: "Text", template: true, required: true, + multiLine: true, default: "", }, },