Skip to content

Commit c3a5984

Browse files
committed
Fix code comments
1 parent 0a01d85 commit c3a5984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ static PluginManager()
180180
}
181181

182182
/// <summary>
183-
/// because InitializePlugins needs API, so LoadPlugins needs to be called first
184-
/// todo happlebao The API should be removed
183+
/// Load plugins from the directories specified in Directories.
185184
/// </summary>
186185
/// <param name="settings"></param>
186+
/// <returns></returns>
187187
public static List<PluginPair> LoadPlugins(PluginsSettings settings)
188188
{
189189
var metadatas = PluginConfig.Parse(Directories);

0 commit comments

Comments
 (0)