mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
quick folder links triggering when search action keyword is used
This commit is contained in:
parent
ace9dc7f2c
commit
7ad0071117
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue