update comment

This commit is contained in:
Jeremy Wu 2024-12-24 14:32:05 +11:00 committed by GitHub
parent 4ad967b5f3
commit 1c01fa4e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,7 @@ namespace Flow.Launcher.Plugin
public PreviewInfo Preview { get; set; } = PreviewInfo.Default;
/// <summary>
/// Determines if the selected count should be added to the score
/// 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.
/// </summary>
public bool AddSelectedCount { get; set; } = true;