Upgrading to .net 6

This commit is contained in:
Lars Brubaker 2022-07-15 17:28:39 -07:00
parent 738c6e20ea
commit 32a192c2b8
155 changed files with 2030 additions and 2536 deletions

View file

@ -788,7 +788,7 @@ namespace MatterHackers.MatterControl
await applicationController.Tasks.Execute(task.Title, null, task.Action);
}
// If we have not cancled the show welcome message and there is a window open
if (UserSettings.Instance.get(UserSettingsKey.ShownWelcomeMessage) != "false"
&& ApplicationController.Instance.Workspaces.Count > 0)
@ -802,7 +802,7 @@ namespace MatterHackers.MatterControl
else
{
}
}
}
catch
{