diff --git a/v2rayN/Directory.Build.props b/v2rayN/Directory.Build.props index 946d141a..4975b94c 100644 --- a/v2rayN/Directory.Build.props +++ b/v2rayN/Directory.Build.props @@ -1,7 +1,7 @@ - 7.11.1 + 7.11.2 diff --git a/v2rayN/Directory.Packages.props b/v2rayN/Directory.Packages.props index 7f31032b..db43b548 100644 --- a/v2rayN/Directory.Packages.props +++ b/v2rayN/Directory.Packages.props @@ -5,10 +5,10 @@ false - - - - + + + + diff --git a/v2rayN/v2rayN/Views/MsgView.xaml b/v2rayN/v2rayN/Views/MsgView.xaml index a25698a2..88860ad9 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}" AutomationProperties.Name="{x:Static resx:ResUI.MsgFilterTitle}" /> @@ -34,6 +35,7 @@ Width="24" Height="24" Margin="{StaticResource MarginLeftRight8}" + AutomationProperties.Name="{x:Static resx:ResUI.menuMsgViewCopyAll}" Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}" ToolTip="{x:Static resx:ResUI.menuMsgViewCopyAll}" AutomationProperties.Name="{x:Static resx:ResUI.menuMsgViewCopyAll}"> @@ -44,6 +46,7 @@ Width="24" Height="24" Margin="{StaticResource MarginLeftRight8}" + AutomationProperties.Name="{x:Static resx:ResUI.menuMsgViewClear}" Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}" ToolTip="{x:Static resx:ResUI.menuMsgViewClear}" AutomationProperties.Name="{x:Static resx:ResUI.menuMsgViewClear}"> @@ -58,8 +61,13 @@ x:Name="togAutoRefresh" Margin="{StaticResource MarginLeftRight8}" HorizontalAlignment="Left" +<<<<<<< HEAD IsChecked="True" AutomationProperties.Name="{x:Static resx:ResUI.TbAutoRefresh}" /> +======= + AutomationProperties.Name="{x:Static resx:ResUI.TbAutoRefresh}" + IsChecked="True" /> +>>>>>>> 456ffb200a76caccad8ad5528bf602492b98ae31 +======= + AutomationProperties.Name="{x:Static resx:ResUI.TbAutoScrollToEnd}" + IsChecked="True" /> +>>>>>>> 456ffb200a76caccad8ad5528bf602492b98ae31