Add ReQuery Instance

This commit is contained in:
AminSallah 2024-02-23 23:27:34 +02:00 committed by GitHub
parent 8656eddf41
commit 0522fc79f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -315,6 +315,8 @@ namespace Flow.Launcher
public void RegisterGlobalKeyboardCallback(Func<int, int, SpecialKeyState, bool> callback) => _globalKeyboardHandlers.Add(callback);
public void RemoveGlobalKeyboardCallback(Func<int, int, SpecialKeyState, bool> callback) => _globalKeyboardHandlers.Remove(callback);
public void ReQuery() => _mainVM.ReQuery();
#endregion
#region Private Methods