ide: Compare with now offers files from Download folder too

This commit is contained in:
Mirek Fidler 2024-03-22 15:54:13 +01:00
parent c0267262e8
commit 17ac4d92ea

View file

@ -49,14 +49,18 @@ void IdeBackgroundThread()
dir.FindAdd(NormalizePath(d));
Sleep(0);
}
for(String d : dir)
GatherAllFiles(d, filei, file);
GatherAllFiles(GetDownloadFolder(), filei, file);
{
Mutex::Lock __(s_allfiles_lock);
s_allfiles = pick(file);
s_allnests = dir.PickKeys();
}
ide_bg_scheduler.Wait();
}
}