Merge pull request #4083 from WinstonMao/patch-1
Update ApplicationController.cs
This commit is contained in:
commit
376d0840a8
1 changed files with 5 additions and 4 deletions
|
|
@ -3208,13 +3208,14 @@ If you experience adhesion problems, please re-run leveling."
|
|||
try
|
||||
{
|
||||
ReportStartupProgress(0.15, "MatterControlApplication.Initialize");
|
||||
|
||||
ApplicationController.LoadTranslationMap();
|
||||
|
||||
var mainView = await Initialize(systemWindow, (progress0To1, status) =>
|
||||
{
|
||||
ReportStartupProgress(0.2 + progress0To1 * 0.7, status);
|
||||
});
|
||||
|
||||
ApplicationController.LoadTranslationMap();
|
||||
|
||||
|
||||
ReportStartupProgress(0.9, "AddChild->MainView");
|
||||
systemWindow.AddChild(mainView, 0);
|
||||
|
||||
|
|
@ -3427,4 +3428,4 @@ If you experience adhesion problems, please re-run leveling."
|
|||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue