mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
DirectoryInfoSearch- remove auto open folder via appending '\' to path
This commit is contained in:
parent
5b2f06bf10
commit
e22abba18c
1 changed files with 1 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
using Flow.Launcher.Infrastructure;
|
||||
using Flow.Launcher.Infrastructure;
|
||||
using Flow.Launcher.Plugin.SharedCommands;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
@ -36,15 +36,6 @@ namespace Flow.Launcher.Plugin.Explorer.Search.DirectoryInfo
|
|||
//var hasSpecial = search.IndexOfAny(_specialSearchChars) >= 0;
|
||||
string incompleteName = "";
|
||||
//if (hasSpecial || !Directory.Exists(search + "\\"))
|
||||
|
||||
// folder exist, add \ at the end of doesn't exist
|
||||
if (!search.EndsWith("\\"))
|
||||
{
|
||||
search += "\\";
|
||||
}
|
||||
|
||||
incompleteName += "*";
|
||||
|
||||
//// give the ability to search all folder when starting with >
|
||||
//if (incompleteName.StartsWith(">"))
|
||||
//{
|
||||
|
|
|
|||
Loading…
Reference in a new issue