Add code comments

This commit is contained in:
Jack251970 2025-08-13 20:43:51 +08:00
parent 8c6f9c9875
commit 2a1584e2dd

View file

@ -260,7 +260,11 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// This holds the text which can be shown as a query suggestion.
/// </summary>
/// <remarks>When a value is not set, the <see cref="Title"/> will be used.</remarks>
/// <remarks>
/// When a value is not set, the <see cref="Title"/> 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.
/// </remarks>
public string QuerySuggestionText { get; set; }
/// <summary>