Skip to content

Commit 842451d

Browse files
Show plugin icons in pm Install results
1 parent 5b2220b commit 842451d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ internal async ValueTask<List<Result>> RequestInstallOrUpdate(string search, Can
388388
{
389389
Title = $"{x.Name} by {x.Author}",
390390
SubTitle = x.Description,
391-
IcoPath = icoPath,
391+
IcoPath = x.IcoPath,
392392
Action = e =>
393393
{
394394
if (e.SpecialKeyState.CtrlPressed)

0 commit comments

Comments
 (0)