mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add ReQuery to API
This commit is contained in:
parent
0522fc79f4
commit
50f71c0731
1 changed files with 6 additions and 0 deletions
|
|
@ -291,5 +291,11 @@ namespace Flow.Launcher.Plugin
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public bool IsGameModeOn();
|
||||
|
||||
/// <summary>
|
||||
/// Reload Query
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public void ReQuery();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue