From dd9cb2f56e6b69b9641d17f37c98950508ceaec3 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 12 Jul 2021 21:46:48 +1000 Subject: [PATCH] update display text to be more aligned with functionality --- Flow.Launcher/Languages/en.xaml | 2 +- Flow.Launcher/ViewModel/MainViewModel.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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)