mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[RAPPS] Speed up installed application loading
Only load in details when we are going to display them
This commit is contained in:
parent
0ed04e3640
commit
143b2a5035
7 changed files with 149 additions and 180 deletions
|
@ -1030,12 +1030,12 @@ BOOL DownloadListOfApplications(const ATL::CSimpleArray<CAvailableApplicationInf
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
BOOL DownloadApplication(CAvailableApplicationInfo* pAppInfo, BOOL bIsModal)
|
||||
BOOL DownloadApplication(CAvailableApplicationInfo* pAppInfo)
|
||||
{
|
||||
if (!pAppInfo)
|
||||
return FALSE;
|
||||
|
||||
CDownloadManager::Download(*pAppInfo, bIsModal);
|
||||
CDownloadManager::Download(*pAppInfo, FALSE);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue