diff options
| author | Michael <[email protected]> | 2017-02-08 11:20:02 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 11:20:02 -0500 |
| commit | 512a02ba88678cb7ddd65f32245135c8cf2ba1c3 (patch) | |
| tree | c32cb4d429f01595bdbe8de00f030a21a0939425 /ShiftOS.WinForms/FakeSetupScreen.cs | |
| parent | 530d34e1aeb040c4330b1693e6cbb7e25cf49784 (diff) | |
| download | shiftos_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.cs | 1 |
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(); } } |
