diff options
| author | Michael <[email protected]> | 2017-06-30 15:35:09 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-30 15:35:09 -0400 |
| commit | 70c4aa1c23c2329f3471d4510675b4b374c65f07 (patch) | |
| tree | db1183189d090df499a88296b269327b60d140e4 /ShiftOS.WinForms/UniteSignupDialog.cs | |
| parent | c7061e8e457a04a9dcecfd7eeb0db7d9e753ee31 (diff) | |
| download | shiftos_thereturn-70c4aa1c23c2329f3471d4510675b4b374c65f07.tar.gz shiftos_thereturn-70c4aa1c23c2329f3471d4510675b4b374c65f07.tar.bz2 shiftos_thereturn-70c4aa1c23c2329f3471d4510675b4b374c65f07.zip | |
Fix bug with System Prep dialog
Diffstat (limited to 'ShiftOS.WinForms/UniteSignupDialog.cs')
| -rw-r--r-- | ShiftOS.WinForms/UniteSignupDialog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/UniteSignupDialog.cs b/ShiftOS.WinForms/UniteSignupDialog.cs index b2b5052..87629ce 100644 --- a/ShiftOS.WinForms/UniteSignupDialog.cs +++ b/ShiftOS.WinForms/UniteSignupDialog.cs @@ -70,7 +70,7 @@ namespace ShiftOS.WinForms SystemName = sys, RootPassword = root }); - + AppearanceManager.Close(this); } } } |
