diff --git a/src/modules/launcher/Wox.Core/Plugin/PluginManager.cs b/src/modules/launcher/Wox.Core/Plugin/PluginManager.cs
index 0a821a2998..53c2bbf663 100644
--- a/src/modules/launcher/Wox.Core/Plugin/PluginManager.cs
+++ b/src/modules/launcher/Wox.Core/Plugin/PluginManager.cs
@@ -27,7 +27,7 @@ namespace Wox.Core.Plugin
///
/// Gets directories that will hold Wox plugin directory
///
- public static List AllPlugins { get; private set; }
+ public static List AllPlugins { get; private set; } = new List();
public static IPublicAPI API { get; private set; }