mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix #628
This commit is contained in:
parent
b17a54a2d2
commit
3cd405e9ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue