diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs index 8e03171ca..bb6b8022e 100644 --- a/Flow.Launcher.Core/Plugin/PluginManager.cs +++ b/Flow.Launcher.Core/Plugin/PluginManager.cs @@ -180,10 +180,10 @@ namespace Flow.Launcher.Core.Plugin } /// - /// because InitializePlugins needs API, so LoadPlugins needs to be called first - /// todo happlebao The API should be removed + /// Load plugins from the directories specified in Directories. /// /// + /// public static List LoadPlugins(PluginsSettings settings) { var metadatas = PluginConfig.Parse(Directories);