mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Removing action on folder result, and displaying folder path on selecting a folder result from the folder plugin.
This commit is contained in:
@@ -255,7 +255,8 @@ namespace Wox.ViewModel
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Result.Title.ToString();
|
||||
var display = String.IsNullOrEmpty(Result.QueryTextDisplay) ? Result.Title : Result.QueryTextDisplay;
|
||||
return display;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user