mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-17 21:24:48 +10:00
Update manager and add features for App Installer.
This commit is contained in:
@@ -821,7 +821,8 @@ public ref class AppListWnd: public System::Windows::Forms::Form, public IScript
|
||||
if (color.empty () || color.equals (L"transparent")) color = MPStringToStdW (ColorToHtml (GetDwmThemeColor ()));
|
||||
std::wnstring displayName = app [L"DisplayName"];
|
||||
if (displayName.empty ()) displayName = app [L"ShortName"];
|
||||
auto &logo = app [L"Square44x44Logo"];
|
||||
auto logo = app [L"Square44x44Logo"];
|
||||
if (std::wnstring::empty (logo)) logo = app [L"SmallLogo"];
|
||||
InvokeCallScriptFunction (
|
||||
"addAppToList",
|
||||
CStringToMPString (displayName),
|
||||
|
||||
Reference in New Issue
Block a user