add plugin icopath

This commit is contained in:
Jeremy Wu 2020-12-10 22:09:27 +11:00
parent 402e2da061
commit 712a1456a2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

View file

@ -17,7 +17,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
private readonly PluginsManifest pluginsManifest;
private PluginInitContext Context { get; set; }
private readonly string icoPath = "Images\\plugin.png";
private readonly string icoPath = "Images\\pluginsmanager.png";
internal PluginsManager(PluginInitContext context)
{