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:
parent
6e6c91e7d7
commit
19fb79769a
6 changed files with 38 additions and 32 deletions
|
|
@ -110,7 +110,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
seeWhatsNewButton.Click += (s, e) => UiThread.RunOnIdle(() =>
|
||||
{
|
||||
UserSettings.Instance.set(UserSettingsKey.LastReadWhatsNew, JsonConvert.SerializeObject(DateTime.Now));
|
||||
DialogWindow.Show(new DesignSpaceGuide("What's New Tab", ""));
|
||||
DialogWindow.Show(new DesignSpaceGuide("What's New"));
|
||||
});
|
||||
|
||||
tabControl.TabBar.ActionArea.AddChild(seeWhatsNewButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue