From 0dcbc074f5482ebce9083db32629b520b9b87457 Mon Sep 17 00:00:00 2001 From: John Andrews Date: Sun, 7 Apr 2024 11:00:49 +1200 Subject: [PATCH] FF-1475 - added new video duration flow element --- VideoNodes/LogicalNodes/VideoDuration.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VideoNodes/LogicalNodes/VideoDuration.cs b/VideoNodes/LogicalNodes/VideoDuration.cs index 819008c5..9ab1d90e 100644 --- a/VideoNodes/LogicalNodes/VideoDuration.cs +++ b/VideoNodes/LogicalNodes/VideoDuration.cs @@ -26,6 +26,8 @@ public class VideoDuration : VideoNode /// public override string HelpUrl => "https://fileflows.com/docs/plugins/video-nodes/logical-nodes/video-duration"; + /// + public override string Icon => "fas fa-clock"; internal const string MATCH_GREATER_THAN = ">"; internal const string MATCH_LESS_THAN = "<";