From 2583251e818e652486909322e496cb02a39c4dc8 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 28 Jul 2023 08:18:58 +0100 Subject: [PATCH] Add additional tooltip info --- Community/Tdarr_Plugin_00td_filter_by_file_property.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_00td_filter_by_file_property.js b/Community/Tdarr_Plugin_00td_filter_by_file_property.js index 09416c7..e37c10a 100644 --- a/Community/Tdarr_Plugin_00td_filter_by_file_property.js +++ b/Community/Tdarr_Plugin_00td_filter_by_file_property.js @@ -49,7 +49,10 @@ const details = () => ({ ], }, tooltip: - 'Specify the condition to use when comparing the property value to the input value.', + 'Specify the condition to use when comparing the property value to the input value. \\n' + + ' The property value is on the left hand side of the comparison. For example \\n' + + ' property value includes input \\n' + + ' property value >= input \\n', }, { name: 'continueIfPropertyFound',