diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs index 9420e3d3a31..28ab1d2e24b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs @@ -299,9 +299,6 @@ private bool IsExcludedFile(SearchResult result) private List GetQuickAccessResultsFilteredByActionKeyword(Query query, List actions) { - if (!Settings.QuickAccessKeywordEnabled) - return []; - var results = QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks); if (results.Count == 0) return [];