mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update
This commit is contained in:
parent
2e90cda34c
commit
08f409993a
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@ namespace Wox.Plugin.Program
|
|||
Stopwatch.Normal("|Wox.Plugin.Program.Main|Win32Program index cost", IndexUWPPrograms);
|
||||
});
|
||||
|
||||
Task.WaitAll(a, b);
|
||||
Task.WaitAll(a, b);
|
||||
|
||||
_settings.LastReindexTime = DateTime.Today;
|
||||
}
|
||||
|
||||
public void Save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue