mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
[Run] Highlight search text (#11635)
* Add bolded type * Inline get set * Fix * Update expect.txt IMulti Co-authored-by: Niels Laute <niels9001@hotmail.com> Co-authored-by: Clint Rutkas <clint@rutkas.com>
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Microsoft.PowerToys.Run.Plugin.System
|
||||
if (titleMatch.Score > 0)
|
||||
{
|
||||
c.Score = titleMatch.Score;
|
||||
c.SetTitleHighlightData(titleMatch.MatchData);
|
||||
c.TitleHighlightData = titleMatch.MatchData;
|
||||
results.Add(c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user