Extract opentabs loading to method, invoke on sign out/in
- Make ReloadAll async - Issue MatterHackers/MCCentral#4698 Open tabs should track users after sign in/out
This commit is contained in:
parent
6609ce569a
commit
3e0e1703f4
6 changed files with 160 additions and 134 deletions
|
|
@ -371,7 +371,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
else
|
||||
{
|
||||
ApplicationController.Instance.ReloadAll();
|
||||
ApplicationController.Instance.ReloadAll().ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue