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 ae84dae commit c8a2f10Copy full SHA for c8a2f10
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -293,9 +293,10 @@ public interface IPublicAPI
293
public bool IsGameModeOn();
294
295
/// <summary>
296
- /// Reload Query
+ /// Reloads the query.
297
+ /// This method should run
298
/// </summary>
- /// <returns></returns>
299
- public void ReQuery();
+ /// <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);
301
}
302
0 commit comments