From e9f62913ca819ff69e402c1e7fadb7210f7621f2 Mon Sep 17 00:00:00 2001 From: Reza Bakhshi Laktasaraei <74649066+rezabakhshilaktasaraei@users.noreply.github.com> Date: Sun, 8 Jun 2025 10:55:33 +0330 Subject: [PATCH] - Updated App.xaml to enhance accessibility for ListBoxItem elements - Set AutomationProperties.Name in MyChipListBoxItem style using the Remarks property - This ensures screen readers like NVDA announce meaningful content instead of the class name - Applies globally to all ListBoxes using the MyChipListBoxItem style --- v2rayN/v2rayN/App.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/v2rayN/App.xaml b/v2rayN/v2rayN/App.xaml index 49a31268..0832f4d9 100644 --- a/v2rayN/v2rayN/App.xaml +++ b/v2rayN/v2rayN/App.xaml @@ -174,6 +174,7 @@ BasedOn="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBoxItem}" TargetType="{x:Type ListBoxItem}"> +