diff --git a/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs b/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs index 9df2668e..52cc833d 100644 --- a/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs +++ b/v2rayN/v2rayN.Desktop/Views/MsgView.axaml.cs @@ -12,8 +12,8 @@ namespace v2rayN.Desktop.Views; public partial class MsgView : ReactiveUserControl { private readonly ScrollViewer _scrollViewer; - private const int _maxLines = 320; // 实际保留的行数 - private const int _trimLines = 350; // 超过此阈值时裁剪 + private const int _maxLines = 320; + private const int _trimLines = 350; private int _lastShownLength = 0; public MsgView()