From 2a1584e2dd38815111cd927aba4876946989f7ab Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Wed, 13 Aug 2025 20:43:51 +0800
Subject: [PATCH] Add code comments
---
Flow.Launcher.Plugin/Result.cs | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs
index b9f3ba45b..76d3d7d34 100644
--- a/Flow.Launcher.Plugin/Result.cs
+++ b/Flow.Launcher.Plugin/Result.cs
@@ -260,7 +260,11 @@ namespace Flow.Launcher.Plugin
///
/// This holds the text which can be shown as a query suggestion.
///
- /// When a value is not set, the will be used.
+ ///
+ /// When a value is not set, the will be used.
+ /// If the it does not start with the query text, it will not be shown as a suggestion.
+ /// So make sure to set this value to start with the query text.
+ ///
public string QuerySuggestionText { get; set; }
///