mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Fix bug from merge in Folder plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user