aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-01-22 20:04:46 -0500
committerMichael <[email protected]>2017-01-22 20:04:46 -0500
commit7a26ffc108b6941eff6d9683b1cfd4b91dbee59a (patch)
tree96804a557c605673b5511ee8e4c46204958f48ec /ShiftOS.WinForms/Oobe.cs
parent5b01c364e65616a41332f76e445a9dbd8e64a53f (diff)
downloadshiftos_thereturn-7a26ffc108b6941eff6d9683b1cfd4b91dbee59a.tar.gz
shiftos_thereturn-7a26ffc108b6941eff6d9683b1cfd4b91dbee59a.tar.bz2
shiftos_thereturn-7a26ffc108b6941eff6d9683b1cfd4b91dbee59a.zip
Fix bug with OOBE save migrator
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs1
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(() =>