From 35c8e39beb7ea054309c323ad5286a089222e32d Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Mon, 21 Jul 2025 16:23:40 +0800
Subject: [PATCH] Improve code comments
---
Flow.Launcher.Core/Plugin/PluginManager.cs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs
index bb6b8022e..89b4e65e4 100644
--- a/Flow.Launcher.Core/Plugin/PluginManager.cs
+++ b/Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -227,8 +227,10 @@ namespace Flow.Launcher.Core.Plugin
}
///
- /// Call initialize for all plugins
+ /// Initialize all plugins asynchronously.
///
+ /// List of all plugins to initialize.
+ /// The register to register results updated event for each plugin.
/// return the list of failed to init plugins or null for none
public static async Task InitializePluginsAsync(List allPlugins, IResultUpdateRegister register)
{