mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
move method up for readability
This commit is contained in:
parent
353fa026af
commit
ea9992475e
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
if (quickFolderLinks.Count > 0)
|
||||
return quickFolderLinks;
|
||||
|
||||
if (!FilesFolders.IsLocationPathString(querySearch))
|
||||
return WindowsIndexFilesAndFoldersSearch(query, querySearch);
|
||||
|
||||
if (EnvironmentVariables.IsEnvironmentVariableSearch(querySearch))
|
||||
{
|
||||
return EnvironmentVariables.GetEnvironmentStringPathSuggestions(querySearch, query);
|
||||
|
|
|
|||
Loading…
Reference in a new issue