mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove useless releases
This commit is contained in:
parent
d7ca36e60a
commit
482e37316a
1 changed files with 0 additions and 3 deletions
|
|
@ -258,9 +258,6 @@ namespace Flow.Launcher.Plugin.Program
|
|||
|
||||
var cacheEmpty = _win32sCount == 0 || _uwpsCount == 0;
|
||||
|
||||
_win32sLock.Release();
|
||||
_uwpsLock.Release();
|
||||
|
||||
if (cacheEmpty || _settings.LastIndexTime.AddHours(30) < DateTime.Now)
|
||||
{
|
||||
_ = Task.Run(async () =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue