improve requery doc

This commit is contained in:
Jack251970 2024-11-21 19:18:15 +08:00
parent 3c3087793a
commit 6df0837906

View file

@ -294,7 +294,7 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// Reloads the query.
/// This method should run
/// This method should run when selected item is from query results.
/// </summary>
/// <param name="reselect">Choose the first result after reload if true; keep the last selected result if false. Default is true.</param>
public void ReQuery(bool reselect = true);