ProcessKiller: use process icon in context menu

This commit is contained in:
Ioannis G 2020-07-03 17:11:18 +03:00
parent e2bef827db
commit 2c5305827c
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E

View file

@ -65,7 +65,7 @@ namespace Flow.Launcher.Plugin.ProcessKiller
return true;
},
IcoPath = "Images/app.png"
IcoPath = processPath
});
return menuOptions;