Enable PreLoadImages

Fix bug introduced in
cf87f68b42
This commit is contained in:
bao-qian
2015-11-04 01:10:54 +00:00
parent 5b3ea08b39
commit dc8df9c62f

View File

@@ -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());