Remove OOBE controls after install

This commit is contained in:
Michael 2017-07-25 17:21:07 -04:00
parent cdb40b2b83
commit 6e03daf60a

View file

@ -269,6 +269,11 @@ It's called ShiftOS.");
save.StoryPosition = 123456789; //HERE. YOU DO THE MATH.
SaveSystem.CurrentSave = save;
SaveSystem.SaveGame();
GraphicsSubsystem.UIManager.StopHandling(progress);
GraphicsSubsystem.UIManager.StopHandling(term);
GraphicsSubsystem.UIManager.StopHandling(status);
GraphicsSubsystem.UIManager.StopHandling(_shiftos);
});
t.Start();
}