This commit is contained in:
bao-qian
2016-08-20 02:36:36 +01:00
parent eb74414b16
commit f217dbac51
2 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ namespace Wox.Plugin.Program
public void Save()
{
_settingsStorage.Save();
_cache.Programs = _programs;
_cacheStorage.Save();
}
@@ -128,7 +129,7 @@ namespace Wox.Plugin.Program
public static void IndexPrograms()
{
_cache.Programs = AllWin32Programs();
_programs = AllWin32Programs();
_uwps = UWP.All();
}