diff options
| author | Michael <[email protected]> | 2017-05-06 19:24:57 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-06 19:25:05 -0400 |
| commit | d0d193bb1b869697d633d7ccac35179241f8e981 (patch) | |
| tree | 6f6dcbe27d5342fe5b6172a62f13f6e081c4744c /ShiftOS.WinForms/Program.cs | |
| parent | b82dfc16ed72b710893d7dc0510bd40a5d3a9a07 (diff) | |
| download | shiftos_thereturn-d0d193bb1b869697d633d7ccac35179241f8e981.tar.gz shiftos_thereturn-d0d193bb1b869697d633d7ccac35179241f8e981.tar.bz2 shiftos_thereturn-d0d193bb1b869697d633d7ccac35179241f8e981.zip | |
GUI-based login screen with skinning!
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
| -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 b2f064d..ad8fc83 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -49,6 +49,7 @@ namespace ShiftOS.WinForms Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //if ANYONE puts code before those two winforms config lines they will be declared a drunky. - Michael + LoginManager.Init(new GUILoginFrontend()); CrashHandler.SetGameMetadata(Assembly.GetExecutingAssembly()); SkinEngine.SetIconProber(new ShiftOSIconProvider()); ShiftOS.Engine.AudioManager.Init(new ShiftOSAudioProvider()); |
