aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Oobe.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index f3b3a6f..98aaebd 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -214,6 +214,8 @@ namespace ShiftOS.WinForms
{
TutorialManager.StartTutorial();
}));
+ TutorialManager.StartTutorial();
+ this.Close();
}
catch(Exception e)
{