mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
The Open Current Folder result shouldn't change the query text to 'Open {folder path}' when selecting the results.
This commit is contained in:
@@ -257,6 +257,7 @@ namespace Wox.Plugin.Folder
|
|||||||
return new Result
|
return new Result
|
||||||
{
|
{
|
||||||
Title = firstResult,
|
Title = firstResult,
|
||||||
|
QueryTextDisplay = search,
|
||||||
SubTitle = $"Use > to search within the directory. Use * to search for file extensions. Or use both >*.",
|
SubTitle = $"Use > to search within the directory. Use * to search for file extensions. Or use both >*.",
|
||||||
IcoPath = search,
|
IcoPath = search,
|
||||||
Score = 500,
|
Score = 500,
|
||||||
|
|||||||
Reference in New Issue
Block a user