Show plugin icons in pm Install results

This commit is contained in:
VictoriousRaptor 2023-11-11 00:48:18 +08:00
parent 5b2220b9da
commit 842451db69

View file

@ -388,7 +388,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
{
Title = $"{x.Name} by {x.Author}",
SubTitle = x.Description,
IcoPath = icoPath,
IcoPath = x.IcoPath,
Action = e =>
{
if (e.SpecialKeyState.CtrlPressed)