We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93af079 commit f084662Copy full SHA for f084662
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -492,7 +492,7 @@ public static List<PluginPair> GetAllLoadedPlugins()
492
return [.. _allLoadedPlugins];
493
}
494
495
- public static List<PluginPair> GetAllInitializedPlugins(bool includeFailed)
+ private static List<PluginPair> GetAllInitializedPlugins(bool includeFailed)
496
{
497
if (includeFailed)
498
0 commit comments