diff --git a/v2rayN/v2rayN/Views/MsgView.xaml b/v2rayN/v2rayN/Views/MsgView.xaml
index fa25b217..a25698a2 100644
--- a/v2rayN/v2rayN/Views/MsgView.xaml
+++ b/v2rayN/v2rayN/Views/MsgView.xaml
@@ -27,14 +27,16 @@
                 materialDesign:HintAssist.Hint="{x:Static resx:ResUI.MsgFilterTitle}"
                 materialDesign:TextFieldAssist.HasClearButton="True"
                 IsEditable="True"
-                Style="{StaticResource DefComboBox}" />
+                Style="{StaticResource DefComboBox}"
+                AutomationProperties.Name="{x:Static resx:ResUI.MsgFilterTitle}" />
             
             
             
+                IsChecked="True"
+                AutomationProperties.Name="{x:Static resx:ResUI.TbAutoRefresh}" />
             
+                IsChecked="True"
+                AutomationProperties.Name="{x:Static resx:ResUI.TbAutoScrollToEnd}" />
         
         
         
     
-
\ No newline at end of file
+