From 18e0bb194eb155a97d4432c09a3f72abb5818562 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 15 Apr 2025 09:57:04 +0800 Subject: [PATCH] Enhance Accessibility in MsgView --- v2rayN/v2rayN/Views/MsgView.xaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Views/MsgView.xaml b/v2rayN/v2rayN/Views/MsgView.xaml index fa25b217..a1fdb4d4 100644 --- a/v2rayN/v2rayN/Views/MsgView.xaml +++ b/v2rayN/v2rayN/Views/MsgView.xaml @@ -26,6 +26,7 @@ Margin="{StaticResource MarginLeftRight8}" materialDesign:HintAssist.Hint="{x:Static resx:ResUI.MsgFilterTitle}" materialDesign:TextFieldAssist.HasClearButton="True" + AutomationProperties.Name="{x:Static resx:ResUI.MsgFilterTitle}" IsEditable="True" Style="{StaticResource DefComboBox}" />