mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
parent
fbeaafa8d3
commit
c9e3c628e8
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// Get all loaded plugins
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Part of plugins may not be initialized yet
|
||||
/// Will also return any plugins not fully initialized yet
|
||||
/// </remarks>
|
||||
/// <returns></returns>
|
||||
List<PluginPair> GetAllPlugins();
|
||||
|
|
|
|||
Loading…
Reference in a new issue