Skip to content

Commit 50f71c0

Browse files
authored
Add ReQuery to API
1 parent 0522fc7 commit 50f71c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,5 +291,11 @@ public interface IPublicAPI
291291
/// </summary>
292292
/// <returns></returns>
293293
public bool IsGameModeOn();
294+
295+
/// <summary>
296+
/// Reload Query
297+
/// </summary>
298+
/// <returns></returns>
299+
public void ReQuery();
294300
}
295301
}

0 commit comments

Comments
 (0)