fix 'register' button in setup wizard

This commit is contained in:
Michael 2017-02-05 11:18:37 -05:00
parent e2f25a92ba
commit 5c0cf15160

View file

@ -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();
}
}
}