mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Fix bug with OOBE save migrator
This commit is contained in:
parent
5b01c364e6
commit
7a26ffc108
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ namespace ShiftOS.WinForms
|
|||
|
||||
public void ShowSaveTransfer(Save save)
|
||||
{
|
||||
this.Show();
|
||||
var fSetup = new FakeSetupScreen(this, 7);
|
||||
|
||||
var t = new Thread(() =>
|
||||
|
|
Loading…
Reference in a new issue