diff options
| author | Michael <[email protected]> | 2017-01-22 20:04:46 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-01-22 20:04:46 -0500 |
| commit | 7a26ffc108b6941eff6d9683b1cfd4b91dbee59a (patch) | |
| tree | 96804a557c605673b5511ee8e4c46204958f48ec | |
| parent | 5b01c364e65616a41332f76e445a9dbd8e64a53f (diff) | |
| download | shiftos_thereturn-7a26ffc108b6941eff6d9683b1cfd4b91dbee59a.tar.gz shiftos_thereturn-7a26ffc108b6941eff6d9683b1cfd4b91dbee59a.tar.bz2 shiftos_thereturn-7a26ffc108b6941eff6d9683b1cfd4b91dbee59a.zip | |
Fix bug with OOBE save migrator
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 0e249fa..e4fc510 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -215,6 +215,7 @@ namespace ShiftOS.WinForms public void ShowSaveTransfer(Save save) { + this.Show(); var fSetup = new FakeSetupScreen(this, 7); var t = new Thread(() => |
