mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ProcessKiller: use process icon in context menu
This commit is contained in:
parent
e2bef827db
commit
2c5305827c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ namespace Flow.Launcher.Plugin.ProcessKiller
|
|||
|
||||
return true;
|
||||
},
|
||||
IcoPath = "Images/app.png"
|
||||
IcoPath = processPath
|
||||
});
|
||||
|
||||
return menuOptions;
|
||||
|
|
|
|||
Loading…
Reference in a new issue