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)