File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Plugins/Flow.Launcher.Plugin.Explorer/Search Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Plugin . Explorer . Search . DirectoryInfo ;
1
+ using Flow . Launcher . Plugin . Explorer . Search . DirectoryInfo ;
2
2
using Flow . Launcher . Plugin . Explorer . Search . FolderLinks ;
3
3
using Flow . Launcher . Plugin . Explorer . Search . WindowsIndex ;
4
4
using Flow . Launcher . Plugin . SharedCommands ;
@@ -36,8 +36,7 @@ internal List<Result> Search(Query query)
36
36
37
37
var quickFolderLinks = quickFolderAccess . FolderList ( query , settings . QuickFolderAccessLinks , context ) ;
38
38
39
- if ( quickFolderLinks . Count > 0 && query . ActionKeyword == settings . SearchActionKeyword )
40
- return quickFolderLinks ;
39
+ var quickFolderLinks = quickFolderAccess . FolderListMatched ( query , settings . QuickFolderAccessLinks , context ) ;
41
40
42
41
if ( string . IsNullOrEmpty ( querySearch ) )
43
42
return results ;
You can’t perform that action at this time.
0 commit comments