From f2e97ae97594371210dc407b16a89c1e31dca645 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 9 May 2024 08:26:42 +0100 Subject: [PATCH] Adjust desc --- .../CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts index b446661..7a0639d 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.ts @@ -9,8 +9,7 @@ const details = (): IpluginDetails => ({ name: 'Set Flow Variable', description: `Set a Flow Variable to whatever you like. This can be used with the 'Check Flow Variable' plugin for complex flows with loops in them where you're wanting to keep track - of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU. - `, + of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU.`, style: { borderColor: 'green', },