From 07192c6c2e9e0559e2ac2d9478db36fdcb3a2071 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 7 Feb 2017 18:39:30 -0500 Subject: Add default icons for most apps --- ShiftOS.WinForms/Program.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Program.cs') diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index 06f495f..1042f23 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -48,6 +48,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 + SkinEngine.SetIconProber(new ShiftOSIconProvider()); ShiftOS.Engine.AudioManager.Init(new ShiftOSAudioProvider()); Localization.RegisterProvider(new WFLanguageProvider()); Shiftorium.RegisterProvider(new WinformsShiftoriumProvider()); -- cgit v1.2.3