From c4202ae2daf74e47c1327ccbf0113cc3a7512c7a Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 28 Aug 2018 18:41:25 -0400 Subject: Changed the crashing --- Project Ports/Crash.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Project Ports/Crash.cs') diff --git a/Project Ports/Crash.cs b/Project Ports/Crash.cs index 0bfb955..346aa40 100644 --- a/Project Ports/Crash.cs +++ b/Project Ports/Crash.cs @@ -22,12 +22,7 @@ namespace Project_Ports private void Crash_Load(object sender, EventArgs e) { this.BringToFront(); - Thread.Sleep(2000); - txtCrash.AppendText("PortOS.GUI has crashed..." + Environment.NewLine); - Thread.Sleep(2000); - txtCrash.AppendText("SYSTEM ERROR: Crashed" + Environment.NewLine); - Thread.Sleep(2000); - txtCrash.AppendText("Rebooting PortOS..." + Environment.NewLine); + /* if (Properties.Settings.Default.hijacked2 == true) { MessageBox.Show("Coming soon!"); @@ -37,7 +32,12 @@ namespace Project_Ports Boot boot = new Boot(); boot.Show(); this.Close(); - } + }*/ + } + + private void button1_Click(object sender, EventArgs e) + { + this.Close(); } } } -- cgit v1.2.3