Skip to content

Commit 2c53058

Browse files
committed
ProcessKiller: use process icon in context menu
1 parent e2bef82 commit 2c53058

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public List<Result> LoadContextMenus(Result result)
6565

6666
return true;
6767
},
68-
IcoPath = "Images/app.png"
68+
IcoPath = processPath
6969
});
7070

7171
return menuOptions;

0 commit comments

Comments
 (0)