Add support for opening to Help -> TargetGuideID

- Issue MatterHackers/MCCentral#3515
Support linking to tree nodes in help (use this for "What's new"
link on initial run
This commit is contained in:
John Lewin 2018-06-05 17:54:03 -07:00
parent 6e6c91e7d7
commit 19fb79769a
6 changed files with 38 additions and 32 deletions

View file

@ -107,7 +107,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
{
UiThread.RunOnIdle(() =>
{
DialogWindow.Show(new DesignSpaceGuide("Guides Tab", ""));
DialogWindow.Show(new DesignSpaceGuide("AllGuides"));
});
});