mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +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
|
@ -398,6 +398,8 @@ BOOL CAppRichEdit::ShowInstalledAppInfo(CInstalledApplicationInfo *Info)
|
|||
SetText(Info->szDisplayName, CFE_BOLD);
|
||||
InsertText(L"\n", 0);
|
||||
|
||||
Info->EnsureDetailsLoaded();
|
||||
|
||||
InsertTextWithString(IDS_INFO_VERSION, CFE_BOLD, Info->szDisplayVersion, 0);
|
||||
InsertTextWithString(IDS_INFO_PUBLISHER, CFE_BOLD, Info->szPublisher, 0);
|
||||
InsertTextWithString(IDS_INFO_REGOWNER, CFE_BOLD, Info->szRegOwner, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue