Show the new update window.

This commit is contained in:
Lars Brubaker 2015-08-10 15:44:19 -07:00
parent 3b00abfc89
commit e3349bd0e9
2 changed files with 16 additions and 0 deletions

View file

@ -54,6 +54,7 @@ namespace MatterHackers.MatterControl
{
ApplicationMenuRow.AlwaysShowUpdateStatus = true;
UpdateControlData.Instance.CheckForUpdateUserRequested();
CheckForUpdateWindow.Show();
});
return true;
}