aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/FakeSetupScreen.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-08 11:20:02 -0500
committerMichael <[email protected]>2017-02-08 11:20:02 -0500
commit512a02ba88678cb7ddd65f32245135c8cf2ba1c3 (patch)
treec32cb4d429f01595bdbe8de00f030a21a0939425 /ShiftOS.WinForms/FakeSetupScreen.cs
parent530d34e1aeb040c4330b1693e6cbb7e25cf49784 (diff)
downloadshiftos_thereturn-512a02ba88678cb7ddd65f32245135c8cf2ba1c3.tar.gz
shiftos_thereturn-512a02ba88678cb7ddd65f32245135c8cf2ba1c3.tar.bz2
shiftos_thereturn-512a02ba88678cb7ddd65f32245135c8cf2ba1c3.zip
Mind my language...
We finally fixed the god damn fucking fuckity fucking Tutorial bug. Finally, for fucks sake.
Diffstat (limited to 'ShiftOS.WinForms/FakeSetupScreen.cs')
-rw-r--r--ShiftOS.WinForms/FakeSetupScreen.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs
index d0b04fb..dd93a55 100644
--- a/ShiftOS.WinForms/FakeSetupScreen.cs
+++ b/ShiftOS.WinForms/FakeSetupScreen.cs
@@ -348,6 +348,7 @@ So make sure your password is secure enough that it can't be guessed, but easy f
ShiftOS.Objects.ShiftFS.Utils.Delete(Paths.GetPath("user.dat"));
System.IO.File.WriteAllText(Paths.SaveFile, ShiftOS.Objects.ShiftFS.Utils.ExportMount(0));
SaveSystem.NewSave();
+ this.CanClose = true;
this.Close();
}
}