mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add focus for custom query hotkey preview
This commit is contained in:
parent
20f849d81a
commit
bcb17a01c1
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ namespace Flow.Launcher
|
||||||
{
|
{
|
||||||
App.API.ChangeQuery(tbAction.Text);
|
App.API.ChangeQuery(tbAction.Text);
|
||||||
Application.Current.MainWindow.Visibility = Visibility.Visible;
|
Application.Current.MainWindow.Visibility = Visibility.Visible;
|
||||||
|
Application.Current.MainWindow.Focus();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void cmdEsc_OnPress(object sender, ExecutedRoutedEventArgs e)
|
private void cmdEsc_OnPress(object sender, ExecutedRoutedEventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue