mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +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
|
||||
{
|
||||
Title = firstResult,
|
||||
QueryTextDisplay = search,
|
||||
SubTitle = $"Use > to search within the directory. Use * to search for file extensions. Or use both >*.",
|
||||
IcoPath = search,
|
||||
Score = 500,
|
||||
|
||||
Reference in New Issue
Block a user