diff --git a/Wox/App.xaml.cs b/Wox/App.xaml.cs index 8808ef1876..3e5f2b3f18 100644 --- a/Wox/App.xaml.cs +++ b/Wox/App.xaml.cs @@ -35,7 +35,7 @@ namespace Wox DispatcherUnhandledException += ErrorReporting.DispatcherUnhandledException; AppDomain.CurrentDomain.UnhandledException += ErrorReporting.UnhandledExceptionHandle; - //ThreadPool.QueueUserWorkItem(o => { ImageLoader.ImageLoader.PreloadImages(); }); + ThreadPool.QueueUserWorkItem(o => { ImageLoader.ImageLoader.PreloadImages(); }); Window = new MainWindow(); PluginManager.Init(Window); CommandArgsFactory.Execute(e.Args.ToList());