mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix bug from merge in Folder plugin
This commit is contained in:
parent
7a61db9a70
commit
5139bc326a
1 changed files with 1 additions and 2 deletions
|
|
@ -165,8 +165,7 @@ namespace Wox.Plugin.Folder
|
|||
searchOption = SearchOption.AllDirectories;
|
||||
incompleteName = incompleteName.Substring(1);
|
||||
}
|
||||
|
||||
string searchNickname = new FolderLink { Path = query.Search }.Nickname;
|
||||
|
||||
try
|
||||
{
|
||||
// search folder and add results
|
||||
|
|
|
|||
Loading…
Reference in a new issue