Skip to content

Commit

Permalink
Don't show icons for indexer search
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Oct 4, 2021
1 parent 7daf35d commit 285e39f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public List<Result> Query(Query query, bool isFullQuery)
Result r = new Result();
r.Title = searchResult.Title;
r.SubTitle = Properties.Resources.Microsoft_plugin_indexer_subtitle_header + ": " + path;
r.IcoPath = path;
r.IcoPath = WarningIconPath;
r.ToolTipData = new ToolTipData(toolTipTitle, toolTipText);
r.Action = c =>
{
Expand Down

0 comments on commit 285e39f

Please sign in to comment.