The Open Current Folder result shouldn't change the query text to 'Open {folder path}' when selecting the results.

This commit is contained in:
ryanbodrug-microsoft 2020-04-25 10:20:27 -07:00
parent 9f609ac80f
commit 53e68c0567

View file

@ -257,6 +257,7 @@ namespace Wox.Plugin.Folder
return new Result
{
Title = firstResult,
QueryTextDisplay = search,
SubTitle = $"Use > to search within the directory. Use * to search for file extensions. Or use both >*.",
IcoPath = search,
Score = 500,