mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
move contents search up
This commit is contained in:
parent
0a4f7c0c06
commit
00035f7a52
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
|
||||
var querySearch = query.Search;
|
||||
|
||||
var quickFolderLinks = quickFolderAccess.FolderList(query, settings.QuickFolderAccessLinks, context);
|
||||
if (IsFileContentSearch(query.ActionKeyword))
|
||||
return WindowsIndexFileContentSearch(query, querySearch);
|
||||
|
||||
var quickFolderLinks = quickFolderAccess.FolderListMatched(query, settings.QuickFolderAccessLinks, context);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue