mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add plugin icopath
This commit is contained in:
parent
402e2da061
commit
712a1456a2
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
After Width: | Height: | Size: 484 KiB |
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue