aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Program.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-13 10:22:51 -0400
committerMichael <[email protected]>2017-05-13 10:22:51 -0400
commitc0f0e99f9d2a092209e710107c1f061fc8a2eaca (patch)
tree98169cbdfdc13966719671178ba982dbad5808e3 /ShiftOS.WinForms/Program.cs
parent94e1603b8574b45b809d3c66b6b90e7734a99d1e (diff)
downloadshiftos_thereturn-c0f0e99f9d2a092209e710107c1f061fc8a2eaca.tar.gz
shiftos_thereturn-c0f0e99f9d2a092209e710107c1f061fc8a2eaca.tar.bz2
shiftos_thereturn-c0f0e99f9d2a092209e710107c1f061fc8a2eaca.zip
Dithering, audio volume, and fix shutdown bug
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
-rw-r--r--ShiftOS.WinForms/Program.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs
index 73215d4..8f65265 100644
--- a/ShiftOS.WinForms/Program.cs
+++ b/ShiftOS.WinForms/Program.cs
@@ -68,11 +68,7 @@ namespace ShiftOS.WinForms
SkinEngine.SetIconProber(new ShiftOSIconProvider());
ShiftOS.Engine.AudioManager.Init(new ShiftOSAudioProvider());
Localization.RegisterProvider(new WFLanguageProvider());
- AppearanceManager.OnExit += () =>
- {
- Environment.Exit(0);
- };
-
+
TutorialManager.RegisterTutorial(new Oobe());
TerminalBackend.TerminalRequested += () =>