We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a01d85 commit c3a5984Copy full SHA for c3a5984
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -180,10 +180,10 @@ static PluginManager()
180
}
181
182
/// <summary>
183
- /// because InitializePlugins needs API, so LoadPlugins needs to be called first
184
- /// todo happlebao The API should be removed
+ /// Load plugins from the directories specified in Directories.
185
/// </summary>
186
/// <param name="settings"></param>
+ /// <returns></returns>
187
public static List<PluginPair> LoadPlugins(PluginsSettings settings)
188
{
189
var metadatas = PluginConfig.Parse(Directories);
0 commit comments