aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-05 11:18:37 -0500
committerMichael <[email protected]>2017-02-05 11:18:37 -0500
commit5c0cf151609d23d3a32d8d726053839669a8c30a (patch)
tree042820325ad0f2a951731ad153f8ef77af83277a /ShiftOS.WinForms
parente2f25a92ba34aacc7e7d1f0ccde75d3873d68535 (diff)
downloadshiftos_thereturn-5c0cf151609d23d3a32d8d726053839669a8c30a.tar.gz
shiftos_thereturn-5c0cf151609d23d3a32d8d726053839669a8c30a.tar.bz2
shiftos_thereturn-5c0cf151609d23d3a32d8d726053839669a8c30a.zip
fix 'register' button in setup wizard
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/FakeSetupScreen.cs3
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();
}
}
}