mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix a crash issues when inputing after wox start.
This commit is contained in:
parent
c34afae250
commit
0dffd66651
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue