From 19d29e82fe1aabb7f5f57aa93826f9cfc6b9ca1f Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Tue, 29 Nov 2022 19:32:55 +0800 Subject: [PATCH] update description --- Flow.Launcher.Plugin/Result.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 8f503131c..91dcb3336 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -241,7 +241,7 @@ namespace Flow.Launcher.Plugin public string ProgressBarColor { get; set; } = "#26a0da"; /// - /// Suggests a result's file extension should use full width of the default preview panel. + /// Suggests the preview image of result should use full width of the default preview panel by result's file extension. /// /// File extension. Dot included. public static bool ShouldUseBigThumbnail(string extension)