mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-15 20:00:12 +10:00
Fix an issue with incorrect logging of secure boot state
This commit is contained in:
@@ -275,8 +275,7 @@ namespace WPinternals
|
||||
|
||||
private void DownloadSelected()
|
||||
{
|
||||
IEnumerable<SearchResult> Selection = SearchResultList.Where(r => r.IsSelected);
|
||||
foreach (SearchResult Result in Selection)
|
||||
foreach (SearchResult Result in SearchResultList.Where(r => r.IsSelected))
|
||||
{
|
||||
App.DownloadManager.Download(Result.URLs, Result.Category, Result.Callback, Result.State);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user