From 445a14278b2f95d684cbc9c89044d6e9b831584f Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 21 Jul 2025 16:25:26 +0800 Subject: [PATCH] Add code comments --- Flow.Launcher.Core/Plugin/PluginManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }