Fix bug from merge in Folder plugin

This commit is contained in:
Jeremy Wu
2019-12-13 07:36:12 +11:00
parent 7a61db9a70
commit 5139bc326a

View File

@@ -166,7 +166,6 @@ namespace Wox.Plugin.Folder
incompleteName = incompleteName.Substring(1); incompleteName = incompleteName.Substring(1);
} }
string searchNickname = new FolderLink { Path = query.Search }.Nickname;
try try
{ {
// search folder and add results // search folder and add results