diff options
| author | Michael <[email protected]> | 2017-02-05 11:18:37 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-05 11:18:37 -0500 |
| commit | 5c0cf151609d23d3a32d8d726053839669a8c30a (patch) | |
| tree | 042820325ad0f2a951731ad153f8ef77af83277a | |
| parent | e2f25a92ba34aacc7e7d1f0ccde75d3873d68535 (diff) | |
| download | shiftos_thereturn-5c0cf151609d23d3a32d8d726053839669a8c30a.tar.gz shiftos_thereturn-5c0cf151609d23d3a32d8d726053839669a8c30a.tar.bz2 shiftos_thereturn-5c0cf151609d23d3a32d8d726053839669a8c30a.zip | |
fix 'register' button in setup wizard
| -rw-r--r-- | ShiftOS.WinForms/FakeSetupScreen.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/FakeSetupScreen.cs b/ShiftOS.WinForms/FakeSetupScreen.cs index 8a6aa95..d0b04fb 100644 --- a/ShiftOS.WinForms/FakeSetupScreen.cs +++ b/ShiftOS.WinForms/FakeSetupScreen.cs @@ -347,7 +347,8 @@ 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.Restart(); + SaveSystem.NewSave(); + this.Close(); } } } |
