Add code comments

This commit is contained in:
Jack251970 2025-07-21 16:25:26 +08:00
parent 1d3ab39dca
commit 445a14278b

View file

@ -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;
}