aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-02-08 08:44:52 -0500
committerRylan/wowmom98 <[email protected]>2017-02-08 08:45:16 -0500
commita2219a0441a745dad254e0b1dec7210b35a18601 (patch)
tree8160bfde9a794fdb77852f904d933cb787b14e31 /ShiftOS.WinForms
parent07192c6c2e9e0559e2ac2d9478db36fdcb3a2071 (diff)
downloadshiftos_thereturn-a2219a0441a745dad254e0b1dec7210b35a18601.tar.gz
shiftos_thereturn-a2219a0441a745dad254e0b1dec7210b35a18601.tar.bz2
shiftos_thereturn-a2219a0441a745dad254e0b1dec7210b35a18601.zip
here michael here's the thing you wanted that may not work
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)
{