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