mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update comment
This commit is contained in:
parent
4ad967b5f3
commit
1c01fa4e46
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue