mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
5b3ea08b39
commit
dc8df9c62f
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue