Update manager and add features for App Installer.

This commit is contained in:
Bruce
2026-01-31 22:03:03 +08:00
parent 0c87a2cdcd
commit d91948eaff
37 changed files with 3645 additions and 923 deletions

View File

@@ -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),