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