This commit is contained in:
bao-qian
2017-02-12 16:57:41 +00:00
parent 00ea4f8701
commit 86b2391543
4 changed files with 21 additions and 29 deletions

View File

@@ -53,6 +53,7 @@ namespace Wox
PluginManager.InitializePlugins(API);
ImageLoader.Initialize();
Alphabet.Initialize();
Current.MainWindow = window;
Current.MainWindow.Title = Infrastructure.Constant.Wox;
@@ -136,6 +137,7 @@ namespace Wox
PluginManager.Save();
ImageLoader.Save();
Alphabet.Save();
_disposed = true;
}