diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs index a2b5cfa1f..6c0d186f1 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs @@ -36,7 +36,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search var quickFolderLinks = quickFolderAccess.FolderList(query, settings.QuickFolderAccessLinks, context); - if (quickFolderLinks.Count > 0) + if (quickFolderLinks.Count > 0 && query.ActionKeyword == settings.SearchActionKeyword) return quickFolderLinks; if (string.IsNullOrEmpty(querySearch))