diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 57ee1e921..669927072 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -264,7 +264,7 @@ namespace Flow.Launcher.Plugin public PreviewInfo Preview { get; set; } = PreviewInfo.Default; /// - /// 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. /// public bool AddSelectedCount { get; set; } = true;