mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Fix a crash issues when inputing after wox start.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Wox.Plugin.SystemPlugins.ControlPanel
|
||||
|
||||
public override string IcoPath { get { return @"Images\ControlPanel.png"; } }
|
||||
|
||||
private List<ControlPanelItem> controlPanelItems;
|
||||
private List<ControlPanelItem> controlPanelItems = new List<ControlPanelItem>();
|
||||
private string iconFolder;
|
||||
private string fileType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user