mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
Setting AllPlugins to empty list in case PluginManager.Save/Load/ReloadData is called before plugins are loaded (#7173)
This commit is contained in:
committed by
GitHub
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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user