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 ace9dc7 commit 7ad0071Copy full SHA for 7ad0071
Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
@@ -36,7 +36,7 @@ internal List<Result> Search(Query query)
36
37
var quickFolderLinks = quickFolderAccess.FolderList(query, settings.QuickFolderAccessLinks, context);
38
39
- if (quickFolderLinks.Count > 0)
+ if (quickFolderLinks.Count > 0 && query.ActionKeyword == settings.SearchActionKeyword)
40
return quickFolderLinks;
41
42
if (string.IsNullOrEmpty(querySearch))
0 commit comments