Skip to content

Commit 445a142

Browse files
committed
Add code comments
1 parent 1d3ab39 commit 445a142

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ public static async Task InitializePluginsAsync(List<PluginPair> allPlugins, IRe
264264
API.LogDebug(ClassName, $"Disable plugin <{pair.Metadata.Name}> because init failed");
265265
}
266266

267-
// Even if the plugin cannot be initialized, we still need to add it in all plugin list
267+
// Even if the plugin cannot be initialized, we still need to add it in all plugin list so that
268+
// we can remove the plugin from Plugin or Store page or Plugin Manager plugin.
268269
_allPlugins.TryAdd(pair.Metadata.ID, pair);
269270
return;
270271
}

0 commit comments

Comments
 (0)