diff --git a/src/OpenClaw.Tray.WinUI/Pages/ConnectionPage.xaml.cs b/src/OpenClaw.Tray.WinUI/Pages/ConnectionPage.xaml.cs index 30ca800d8..132e2ae9a 100644 --- a/src/OpenClaw.Tray.WinUI/Pages/ConnectionPage.xaml.cs +++ b/src/OpenClaw.Tray.WinUI/Pages/ConnectionPage.xaml.cs @@ -1739,6 +1739,8 @@ private Border BuildSavedGatewayRowControl(SavedGatewayRow row) VerticalAlignment = VerticalAlignment.Center, Tag = row.Id, }; + Microsoft.UI.Xaml.Automation.AutomationProperties.SetName(overflowBtn, + string.Format(LocalizationHelper.GetString("ConnectionPage_GatewayOptionsA11y"), row.DisplayName)); overflowBtn.Content = new FontIcon { Glyph = Helpers.FluentIconCatalog.MoreOverflow, @@ -1789,6 +1791,7 @@ private Border BuildSavedGatewayRowControl(SavedGatewayRow row) grid.Children.Add(overflowBtn); card.Child = grid; + Microsoft.UI.Xaml.Automation.AutomationProperties.SetName(card, row.DisplayName); return card; } diff --git a/src/OpenClaw.Tray.WinUI/Pages/PermissionsPage.xaml b/src/OpenClaw.Tray.WinUI/Pages/PermissionsPage.xaml index aa1c46309..9ab6202b4 100644 --- a/src/OpenClaw.Tray.WinUI/Pages/PermissionsPage.xaml +++ b/src/OpenClaw.Tray.WinUI/Pages/PermissionsPage.xaml @@ -349,7 +349,8 @@ - + diff --git a/src/OpenClaw.Tray.WinUI/Pages/SandboxPage.xaml b/src/OpenClaw.Tray.WinUI/Pages/SandboxPage.xaml index 7a5fc4e3a..85f0102f6 100644 --- a/src/OpenClaw.Tray.WinUI/Pages/SandboxPage.xaml +++ b/src/OpenClaw.Tray.WinUI/Pages/SandboxPage.xaml @@ -125,7 +125,8 @@ - -