We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb72d2 commit 19d29e8Copy full SHA for 19d29e8
Flow.Launcher.Plugin/Result.cs
@@ -241,7 +241,7 @@ public ValueTask<bool> ExecuteAsync(ActionContext context)
241
public string ProgressBarColor { get; set; } = "#26a0da";
242
243
/// <summary>
244
- /// 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.
245
/// </summary>
246
/// <param name="extension">File extension. Dot included.</param>
247
public static bool ShouldUseBigThumbnail(string extension)
0 commit comments