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) {