mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
fix #628
This commit is contained in:
@@ -42,8 +42,6 @@ namespace Wox
|
||||
{
|
||||
RegisterDispatcherUnhandledException();
|
||||
|
||||
ImageLoader.PreloadImages();
|
||||
|
||||
var storage = new JsonStrorage<Settings>();
|
||||
_settings = storage.Load();
|
||||
|
||||
@@ -53,6 +51,8 @@ namespace Wox
|
||||
API = new PublicAPIInstance(_settings, vm);
|
||||
PluginManager.InitializePlugins(API);
|
||||
|
||||
ImageLoader.PreloadImages();
|
||||
|
||||
Current.MainWindow = window;
|
||||
Current.MainWindow.Title = Infrastructure.Constant.Wox;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user