Skip to content

Commit ae84dae

Browse files
authored
ReQuery new param "reselect"
1 parent 1d6c4ce commit ae84dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public bool IsGameModeOn()
315315
public void RegisterGlobalKeyboardCallback(Func<int, int, SpecialKeyState, bool> callback) => _globalKeyboardHandlers.Add(callback);
316316
public void RemoveGlobalKeyboardCallback(Func<int, int, SpecialKeyState, bool> callback) => _globalKeyboardHandlers.Remove(callback);
317317

318-
public void ReQuery() => _mainVM.ReQuery();
318+
public void ReQuery(bool reselect = true) => _mainVM.ReQuery(reselect);
319319

320320
#endregion
321321

0 commit comments

Comments
 (0)