diff --git a/v2rayN/v2rayN/Views/StatusBarView.xaml b/v2rayN/v2rayN/Views/StatusBarView.xaml index a609e02e..2cb2c18b 100644 --- a/v2rayN/v2rayN/Views/StatusBarView.xaml +++ b/v2rayN/v2rayN/Views/StatusBarView.xaml @@ -61,7 +61,7 @@ x:Name="togEnableTun" Margin="{StaticResource Margin4}" HorizontalAlignment="Left" - VerticalAlignment="Center" /> + VerticalAlignment="Center" AutomationProperties.Name="{x:Static resx:ResUI.TbEnableTunAs}" /> + Style="{StaticResource MaterialDesignFloatingHintComboBox}" + AutomationProperties.Name="{x:Static resx:ResUI.menuSystemproxy}"> @@ -89,7 +90,8 @@ materialDesign:HintAssist.Hint="{x:Static resx:ResUI.menuRouting}" DisplayMemberPath="Remarks" FontSize="{DynamicResource StdFontSize}" - Style="{StaticResource MaterialDesignFloatingHintComboBox}" /> + Style="{StaticResource MaterialDesignFloatingHintComboBox}" + AutomationProperties.Name="{x:Static resx:ResUI.menuRouting}"/> @@ -107,7 +109,8 @@ ToolTipText="v2rayN"> - + - + - + - + - + + Style="{StaticResource MaterialDesignFilledComboBox}" + AutomationProperties.Name="{x:Static resx:ResUI.menuRouting}"/> - + + Style="{StaticResource MaterialDesignFilledComboBox}" + AutomationProperties.Name="{x:Static resx:ResUI.menuServers}"/>