diff options
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 4 |
1 files changed, 4 insertions, 0 deletions
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() |
