diff options
| author | Michael <[email protected]> | 2017-06-10 12:58:09 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-10 12:58:09 -0400 |
| commit | 920e33a2fd329ccbdfeb38ddedd0b4d87e97ed86 (patch) | |
| tree | fdd711c135c0fa9b347ba019cfc44a2208dbad50 /ShiftOS.WinForms | |
| parent | c40d071d58859e25b3781299b949b91caa0548fe (diff) | |
| download | shiftos_thereturn-920e33a2fd329ccbdfeb38ddedd0b4d87e97ed86.tar.gz shiftos_thereturn-920e33a2fd329ccbdfeb38ddedd0b4d87e97ed86.tar.bz2 shiftos_thereturn-920e33a2fd329ccbdfeb38ddedd0b4d87e97ed86.zip | |
Fix Shiftorium init bug.
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index b07d97a..b5fb731 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -59,6 +59,7 @@ namespace ShiftOS.WinForms }; Localization.RegisterProvider(new WFLanguageProvider()); Infobox.Init(new Dialog()); + LoginManager.Init(new WinForms.GUILoginFrontend()); FileSkimmerBackend.Init(new WinformsFSFrontend()); var desk = new WinformsDesktop(); Desktop.Init(desk); |
