From 2c5305827cdab394dddc58661b2d4dd06c8707ef Mon Sep 17 00:00:00 2001 From: Ioannis G Date: Fri, 3 Jul 2020 17:11:18 +0300 Subject: [PATCH] ProcessKiller: use process icon in context menu --- Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs index 39d659f39..22c84b20f 100644 --- a/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.ProcessKiller/Main.cs @@ -65,7 +65,7 @@ namespace Flow.Launcher.Plugin.ProcessKiller return true; }, - IcoPath = "Images/app.png" + IcoPath = processPath }); return menuOptions;