diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs index 2823ad132..22a3e8c06 100644 --- a/Flow.Launcher.Core/Plugin/PluginManager.cs +++ b/Flow.Launcher.Core/Plugin/PluginManager.cs @@ -492,7 +492,7 @@ namespace Flow.Launcher.Core.Plugin return [.. _allLoadedPlugins]; } - public static List GetAllInitializedPlugins(bool includeFailed) + private static List GetAllInitializedPlugins(bool includeFailed) { if (includeFailed) {