From 86804bc740284f84ee0202aaf90ad29f5855ee12 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 13 Jul 2021 22:00:39 +1000 Subject: [PATCH] remove obsolete behaviour --- Flow.Launcher/Helper/HotKeyMapper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Flow.Launcher/Helper/HotKeyMapper.cs b/Flow.Launcher/Helper/HotKeyMapper.cs index fbfcb274b..e653e8280 100644 --- a/Flow.Launcher/Helper/HotKeyMapper.cs +++ b/Flow.Launcher/Helper/HotKeyMapper.cs @@ -109,8 +109,6 @@ namespace Flow.Launcher.Helper if (ShouldIgnoreHotkeys()) return; - UpdateLastQUeryMode(); - mainViewModel.MainWindowVisibility = Visibility.Visible; mainViewModel.ChangeQueryText(hotkey.ActionKeyword); });