Initial startup is better

This commit is contained in:
Lars Brubaker 2022-01-20 14:52:03 -08:00
parent bc476daa84
commit dbd1eb56ce
13 changed files with 162 additions and 99 deletions

View file

@ -300,8 +300,6 @@ namespace MatterHackers.MatterControl
{
var application = ApplicationController.Instance;
await application.PersistUserTabs();
application.ApplicationExiting = true;
// Make sure we tell the Application Controller to shut down. This will release the slicing thread if running.