From 6e03daf60a2c9c1eec20d2bc069861c334a4c9c5 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 25 Jul 2017 17:21:07 -0400 Subject: [PATCH] Remove OOBE controls after install --- ShiftOS.Frontend/MonoGameOOBE.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ShiftOS.Frontend/MonoGameOOBE.cs b/ShiftOS.Frontend/MonoGameOOBE.cs index e56f279..14adc4e 100644 --- a/ShiftOS.Frontend/MonoGameOOBE.cs +++ b/ShiftOS.Frontend/MonoGameOOBE.cs @@ -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(); }