adding new monotonic test
This commit is contained in:
parent
65d039f12d
commit
6b7a050d8c
2 changed files with 6 additions and 1 deletions
|
|
@ -776,6 +776,11 @@ namespace MatterHackers.MatterControl
|
|||
DialogWindow.Show<WelcomePage>();
|
||||
});
|
||||
}
|
||||
// this is the place to check if we would like to show a 'What's New' or 'Release Notes' page on first run of a new install
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 45c96d5c7f9b438d18cfb5209c3949da888525a2
|
||||
Subproject commit 94699de914b0582456dd8eadbc004c33b94b4fba
|
||||
Loading…
Add table
Add a link
Reference in a new issue