From 45d9104e4268af84a4109c43415ecc154ebaa5f4 Mon Sep 17 00:00:00 2001 From: Reza Bakhshi Laktasaraei <74649066+rezabakhshilaktasaraei@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:51:21 +0330 Subject: [PATCH] - Set AutomationProperties.Name on DataGridRow using the Remarks property - Prevents NVDA from reading the type name (e.g. ServiceLib.Models.ProfileItemModel) - Now screen readers announce a meaningful label per row (e.g. server name) - Improves usability for keyboard and assistive technology users --- v2rayN/v2rayN/Views/ProfilesView.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/Views/ProfilesView.xaml b/v2rayN/v2rayN/Views/ProfilesView.xaml index 393bf062..38e3174e 100644 --- a/v2rayN/v2rayN/Views/ProfilesView.xaml +++ b/v2rayN/v2rayN/Views/ProfilesView.xaml @@ -241,6 +241,7 @@