mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +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;
|
searchOption = SearchOption.AllDirectories;
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user