mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Updated file path/description of plugins (#2593)
* Updated file path/description of plugins * Updated file paths to include plugin tag * Code cleanup
This commit is contained in:
committed by
GitHub
parent
1656b4c5b9
commit
06fcc2bf46
@@ -63,7 +63,7 @@ namespace Microsoft.Plugin.Indexer
|
||||
|
||||
Result r = new Result();
|
||||
r.Title = searchResult.Title;
|
||||
r.SubTitle = path;
|
||||
r.SubTitle = "Search: " + path;
|
||||
r.IcoPath = path;
|
||||
r.Action = c =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user