From 1c01fa4e46a53367a3d0c66cc3fe3214e22bdcce Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 24 Dec 2024 14:32:05 +1100 Subject: [PATCH] update comment --- Flow.Launcher.Plugin/Result.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;