diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs index fe73a763b..96dce620e 100644 --- a/Flow.Launcher.Core/Plugin/PluginManager.cs +++ b/Flow.Launcher.Core/Plugin/PluginManager.cs @@ -264,7 +264,8 @@ namespace Flow.Launcher.Core.Plugin API.LogDebug(ClassName, $"Disable plugin <{pair.Metadata.Name}> because init failed"); } - // Even if the plugin cannot be initialized, we still need to add it in all plugin list + // Even if the plugin cannot be initialized, we still need to add it in all plugin list so that + // we can remove the plugin from Plugin or Store page or Plugin Manager plugin. _allPlugins.TryAdd(pair.Metadata.ID, pair); return; }