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, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index bce19e2..8eef34a 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -216,7 +216,7 @@ namespace ShiftOS.WinForms
TextType("An error has occoured while starting the tutorial");
TextType(e.ToString());
}
- this.Close();
+ //this.Close(); // This has been commented out because the form closes when the error appears. Uncomment this if no more errors appear
}
catch(Exception e)
{