mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Introduce param "reselect" to ReQuery instance
This commit is contained in:
parent
ae84dae66d
commit
c8a2f10620
1 changed files with 4 additions and 3 deletions
|
|
@ -293,9 +293,10 @@ namespace Flow.Launcher.Plugin
|
|||
public bool IsGameModeOn();
|
||||
|
||||
/// <summary>
|
||||
/// Reload Query
|
||||
/// Reloads the query.
|
||||
/// This method should run
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
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>
|
||||
public void ReQuery(bool reselect = true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue