Skip to content

Commit d0e196c

Browse files
committed
ProcessKiller: highlight result title
1 parent 1707ec7 commit d0e196c

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.ProcessKiller

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ private List<Result> CreateResultsFromProcesses(List<ProcessResult> processlist,
5454
IcoPath = path,
5555
Title = p.ProcessName + " - " + p.Id,
5656
SubTitle = path,
57+
TitleHighlightData = StringMatcher.FuzzySearch(termToSearch, p.ProcessName).MatchData,
5758
Score = pr.Score,
5859
Action = (c) =>
5960
{

0 commit comments

Comments
 (0)