We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30877 commit 6df0837Copy full SHA for 6df0837
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -294,7 +294,7 @@ public interface IPublicAPI
294
295
/// <summary>
296
/// Reloads the query.
297
- /// This method should run
+ /// This method should run when selected item is from query results.
298
/// </summary>
299
/// <param name="reselect">Choose the first result after reload if true; keep the last selected result if false. Default is true.</param>
300
public void ReQuery(bool reselect = true);
0 commit comments