Apply suggestions from code review

This commit is contained in:
Jeremy Wu 2025-02-22 23:16:20 +11:00 committed by GitHub
parent 64eb4a7bea
commit 61cd536028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,7 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// Reloads the query.
/// When current results are from context menu or history, we will back to query results before requerying.
/// When current results are from context menu or history, it will go back to query results before requerying.
/// </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);