From 3b5c60e93ab0cbf1134bcb4143ababe752578ed3 Mon Sep 17 00:00:00 2001 From: Christine Yan Date: Tue, 5 May 2026 13:24:17 -0400 Subject: [PATCH] Add accessibility metadata to Canvas titlebar reload button Add AutomationId (CanvasTitlebarReloadButton) and accessible name (Reload Canvas) to the icon-only reload button in the Canvas window titlebar. This enables UI automation discovery and screen reader announcement for the button. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/OpenClaw.Tray.WinUI/Windows/CanvasWindow.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OpenClaw.Tray.WinUI/Windows/CanvasWindow.xaml b/src/OpenClaw.Tray.WinUI/Windows/CanvasWindow.xaml index e7050ba..3e372f1 100644 --- a/src/OpenClaw.Tray.WinUI/Windows/CanvasWindow.xaml +++ b/src/OpenClaw.Tray.WinUI/Windows/CanvasWindow.xaml @@ -33,6 +33,8 @@