genuine cache for program plugin

This commit is contained in:
bao-qian
2017-01-13 01:21:00 +00:00
parent 6b0ba94288
commit 2cf20f4b6c
3 changed files with 45 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ namespace Wox.Plugin.Program
[Serializable]
public class ProgramIndexCache
{
public Win32[] Programs = { };
public Win32[] Win32s = { };
public UWP.Application[] UWPs = { };
}
}