Add ReQuery to API

This commit is contained in:
AminSallah 2024-02-23 23:28:16 +02:00 committed by GitHub
parent 0522fc79f4
commit 50f71c0731
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -291,5 +291,11 @@ namespace Flow.Launcher.Plugin
/// </summary>
/// <returns></returns>
public bool IsGameModeOn();
/// <summary>
/// Reload Query
/// </summary>
/// <returns></returns>
public void ReQuery();
}
}