Upgrading to .net 6
This commit is contained in:
parent
738c6e20ea
commit
32a192c2b8
155 changed files with 2030 additions and 2536 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue