From fbc1586ff2e1362ce53952f65d78eb015efbcb04 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Feb 2017 11:02:58 -0500 Subject: Fully implement mud traversal into OOBE and setup --- ShiftOS.WinForms/Oobe.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS.WinForms/Oobe.cs') diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 761aa29..b04f6e0 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -257,6 +257,10 @@ namespace ShiftOS.WinForms var fsw = new FakeSetupScreen(this, 10); fsw.Show(); fsw.TopMost = true; + fsw.DoneLoggingIn += () => + { + this.Close(); + }; } public void StartTrailer() -- cgit v1.2.3