From c3a598464f695e9e5b3ad8fda6827aeb555bb03e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 21 Jul 2025 16:20:09 +0800 Subject: [PATCH] Fix code comments --- Flow.Launcher.Core/Plugin/PluginManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);