mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Refactoring Refactoring icon, part 2
1. Add baidu, fix #576, #582 2. Refactoring
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Wox
|
||||
base.OnStartup(e);
|
||||
RegisterUnhandledException();
|
||||
|
||||
Task.Factory.StartNew(ImageLoader.PreloadImages);
|
||||
ImageLoader.PreloadImages();
|
||||
|
||||
MainViewModel mainVM = new MainViewModel();
|
||||
API = new PublicAPIInstance(mainVM, mainVM._settings);
|
||||
|
||||
Reference in New Issue
Block a user