remove obsolete behaviour

This commit is contained in:
Jeremy 2021-07-13 22:00:39 +10:00
parent 8c31039328
commit 86804bc740

View file

@ -109,8 +109,6 @@ namespace Flow.Launcher.Helper
if (ShouldIgnoreHotkeys())
return;
UpdateLastQUeryMode();
mainViewModel.MainWindowVisibility = Visibility.Visible;
mainViewModel.ChangeQueryText(hotkey.ActionKeyword);
});