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

@@ -101,7 +101,8 @@ std::vector <std::wstring> appitems =
L"BackgroundColor",
L"ForegroundText",
L"ShortName",
L"Square44x44Logo"
L"Square44x44Logo",
L"SmallLogo"
};
std::vector <std::wstring> &GetApplicationAttributeItems () { return appitems; }
static CriticalSection g_appcs;