start on first help page (index)
This commit is contained in:
parent
5ccaf85973
commit
1ae2a85a64
6 changed files with 14 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue