Skip to content

Commit 2a1584e

Browse files
committed
Add code comments
1 parent 8c6f9c9 commit 2a1584e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,11 @@ public string PluginDirectory
260260
/// <summary>
261261
/// This holds the text which can be shown as a query suggestion.
262262
/// </summary>
263-
/// <remarks>When a value is not set, the <see cref="Title"/> will be used.</remarks>
263+
/// <remarks>
264+
/// When a value is not set, the <see cref="Title"/> will be used.
265+
/// If the it does not start with the query text, it will not be shown as a suggestion.
266+
/// So make sure to set this value to start with the query text.
267+
/// </remarks>
264268
public string QuerySuggestionText { get; set; }
265269

266270
/// <summary>

0 commit comments

Comments
 (0)