From e2f25a92ba34aacc7e7d1f0ccde75d3873d68535 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 5 Feb 2017 11:15:50 -0500 Subject: Fix tutorial reboot --- ShiftOS.WinForms/Oobe.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms') diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 14125dc..55aab7e 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -197,7 +197,10 @@ namespace ShiftOS.WinForms })); SaveSystem.SaveGame(); Thread.Sleep(5000); - SaveSystem.Restart(); + this.Invoke(new Action(() => + { + TutorialManager.StartTutorial(); + })); })); this.Show(); this.BringToFront(); -- cgit v1.2.3