start on first help page (index)

This commit is contained in:
LarsBrubaker 2021-02-22 21:48:47 -08:00
parent 5ccaf85973
commit 1ae2a85a64
6 changed files with 14 additions and 10 deletions

View file

@ -44,7 +44,7 @@ namespace MatterHackers.MatterControl
{
public class HelpTreePanel : SearchableTreePanel
{
private readonly string guideKey = null;
private string guideKey { get; set; } = null;
public HelpTreePanel(ThemeConfig theme, string guideKey = null)
: base(theme)