mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fixup
This commit is contained in:
parent
eb74414b16
commit
f217dbac51
2 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@ namespace Wox.Plugin.Program.Programs
|
|||
{
|
||||
var packages = CurrentUserPackages();
|
||||
var uwps = new List<UWP>();
|
||||
// todo use parallel linq
|
||||
Parallel.ForEach(packages, p =>
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue