Move initia and save from MainViewModel to App

This commit is contained in:
bao-qian
2017-02-12 16:57:24 +00:00
parent f7c9a12510
commit 00ea4f8701
3 changed files with 33 additions and 34 deletions

View File

@@ -596,9 +596,6 @@ namespace Wox.ViewModel
_userSelectedRecordStorage.Save();
_topMostRecordStorage.Save();
PluginManager.Save();
ImageLoader.Save();
_saved = true;
}
}