mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-02-02 06:17:34 +00:00
fix 'register' button in setup wizard
This commit is contained in:
parent
e2f25a92ba
commit
5c0cf15160
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue