Skip to content

Commit 1c01fa4

Browse files
authored
update comment
1 parent 4ad967b commit 1c01fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public ValueTask<bool> ExecuteAsync(ActionContext context)
264264
public PreviewInfo Preview { get; set; } = PreviewInfo.Default;
265265

266266
/// <summary>
267-
/// Determines if the selected count should be added to the score
267+
/// Determines if the user selection count should be added to the score. This can be useful when set to false to allow the result sequence order to be the same everytime instead of changing based on selection.
268268
/// </summary>
269269
public bool AddSelectedCount { get; set; } = true;
270270

0 commit comments

Comments
 (0)