diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props
index 5777d1bb..d96899fb 100644
--- a/v2rayN/Directory.Packages.props
+++ b/v2rayN/Directory.Packages.props
@@ -27,4 +27,4 @@
-
\ No newline at end of file
+
diff --git a/v2rayN/v2rayN/Views/ProfilesView.xaml b/v2rayN/v2rayN/Views/ProfilesView.xaml
index 871572c1..18431152 100644
--- a/v2rayN/v2rayN/Views/ProfilesView.xaml
+++ b/v2rayN/v2rayN/Views/ProfilesView.xaml
@@ -18,6 +18,9 @@
+
@@ -26,8 +29,9 @@
x:Name="lstGroup"
MaxHeight="200"
FontSize="{DynamicResource StdFontSize}"
- ItemContainerStyle="{StaticResource MyChipListBoxItem}"
- Style="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBox}">
+ ItemContainerStyle="{StaticResource AccessibleMyChipListBoxItem}"
+ Style="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBox}"
+ AutomationProperties.Name="{x:Static resx:ResUI.menuSubscription}">
diff --git a/v2rayN/v2rayN/Views/StatusBarView.xaml b/v2rayN/v2rayN/Views/StatusBarView.xaml
index d337c4cd..61c6c105 100644
--- a/v2rayN/v2rayN/Views/StatusBarView.xaml
+++ b/v2rayN/v2rayN/Views/StatusBarView.xaml
@@ -92,7 +92,13 @@
AutomationProperties.Name="{x:Static resx:ResUI.menuRouting}"
DisplayMemberPath="Remarks"
FontSize="{DynamicResource StdFontSize}"
- Style="{StaticResource MaterialDesignFloatingHintComboBox}" />
+ Style="{StaticResource MaterialDesignFloatingHintComboBox}">
+
+
+
+
@@ -184,7 +190,13 @@
AutomationProperties.Name="{x:Static resx:ResUI.menuRouting}"
DisplayMemberPath="Remarks"
FontSize="{DynamicResource StdFontSize}"
- Style="{StaticResource MaterialDesignFilledComboBox}" />
+ Style="{StaticResource MaterialDesignFilledComboBox}">
+
+
+
+
@@ -198,7 +210,13 @@
AutomationProperties.Name="{x:Static resx:ResUI.menuServers}"
DisplayMemberPath="Text"
FontSize="{DynamicResource StdFontSize}"
- Style="{StaticResource MaterialDesignFilledComboBox}" />
+ Style="{StaticResource MaterialDesignFilledComboBox}">
+
+
+
+