mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix code comments
This commit is contained in:
parent
0a01d85f40
commit
c3a598464f
1 changed files with 2 additions and 2 deletions
|
|
@ -180,10 +180,10 @@ namespace Flow.Launcher.Core.Plugin
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
/// <param name="settings"></param>
|
||||
/// <returns></returns>
|
||||
public static List<PluginPair> LoadPlugins(PluginsSettings settings)
|
||||
{
|
||||
var metadatas = PluginConfig.Parse(Directories);
|
||||
|
|
|
|||
Loading…
Reference in a new issue