mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
Setting AllPlugins to empty list in case PluginManager.Save/Load/ReloadData is called before plugins are loaded (#7173)
This commit is contained in:
parent
38e03e6bb0
commit
4451403c1e
@ -27,7 +27,7 @@ namespace Wox.Core.Plugin
|
||||
/// <summary>
|
||||
/// Gets directories that will hold Wox plugin directory
|
||||
/// </summary>
|
||||
public static List<PluginPair> AllPlugins { get; private set; }
|
||||
public static List<PluginPair> AllPlugins { get; private set; } = new List<PluginPair>();
|
||||
|
||||
public static IPublicAPI API { get; private set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user