mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add code comments
This commit is contained in:
parent
1d3ab39dca
commit
445a14278b
1 changed files with 2 additions and 1 deletions
|
|
@ -264,7 +264,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
API.LogDebug(ClassName, $"Disable plugin <{pair.Metadata.Name}> because init failed");
|
||||
}
|
||||
|
||||
// Even if the plugin cannot be initialized, we still need to add it in all plugin list
|
||||
// Even if the plugin cannot be initialized, we still need to add it in all plugin list so that
|
||||
// we can remove the plugin from Plugin or Store page or Plugin Manager plugin.
|
||||
_allPlugins.TryAdd(pair.Metadata.ID, pair);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue