diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index efb82b478..06906748d 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -46,7 +46,7 @@ Find more plugins Enable Disable - Action keyword: + Query Current action keyword: New action keyword: Current Priority: diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 7c71f3b25..8e5b647f3 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -567,7 +567,6 @@ namespace Flow.Launcher.ViewModel } } - private void RemoveOldQueryResults(Query query) { if (_lastQuery.ActionKeyword != query.ActionKeyword) @@ -711,7 +710,6 @@ namespace Flow.Launcher.ViewModel } #endif - foreach (var metaResults in resultsForUpdates) { foreach (var result in metaResults.Results)