We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63443c9 commit ac4958fCopy full SHA for ac4958f
1 file changed
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
@@ -299,9 +299,6 @@ private bool IsExcludedFile(SearchResult result)
299
300
private List<Result> GetQuickAccessResultsFilteredByActionKeyword(Query query, List<ActionKeyword> actions)
301
{
302
- if (!Settings.QuickAccessKeywordEnabled)
303
- return [];
304
-
305
var results = QuickAccess.AccessLinkListMatched(query, Settings.QuickAccessLinks);
306
if (results.Count == 0)
307
return [];
0 commit comments