You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align tray app display identity across runtime AppUserModelID, executable metadata, installer shortcut AUMIDs, manifest identity, and approval/permission popup titles so Windows surfaces show OpenClaw Companion instead of OpenClaw.Tray.WinUI.
Validation: local build.ps1, Shared tests, Tray tests; GitHub Build and Test, CodeQL, Socket checks all passed. Local proof confirmed built FileDescription/ProductName, installer AUMID declarations, manifest identity, and live OpenClaw Companion app/window identity.
Logger.Warn($"Failed to set AppUserModelID '{AppIdentity.AppUserModelId}' (HRESULT=0x{appUserModelIdRegistration.HResult:X8}); toast sender name may fall back to the executable name.");
482
+
}
483
+
478
484
// Initialize settings before update check so skip selections can be remembered.
0 commit comments