From d0e196cfed9c5caacba4c076803b454e46c644cd Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Fri, 3 Jul 2020 00:18:15 +0300 Subject: [PATCH] ProcessKiller: highlight result title --- Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs index 36b46e856..9f82dfe16 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs @@ -54,6 +54,7 @@ namespace Flow.Launcher.Plugin.ProcessKiller IcoPath = path, Title = p.ProcessName + " - " + p.Id, SubTitle = path, + TitleHighlightData = StringMatcher.FuzzySearch(termToSearch, p.ProcessName).MatchData, Score = pr.Score, Action = (c) => {