We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e2da commit 712a145Copy full SHA for 712a145
Plugins/Flow.Launcher.Plugin.PluginsManager/Images/pluginsmanager.png
484 KB
Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs
@@ -17,7 +17,7 @@ internal class PluginsManager
17
private readonly PluginsManifest pluginsManifest;
18
private PluginInitContext Context { get; set; }
19
20
- private readonly string icoPath = "Images\\plugin.png";
+ private readonly string icoPath = "Images\\pluginsmanager.png";
21
22
internal PluginsManager(PluginInitContext context)
23
{
0 commit comments