From 83d16edb4180f7b590b51d281df5b3367edd69f1 Mon Sep 17 00:00:00 2001 From: JieXu Date: Thu, 25 Sep 2025 07:36:44 +0800 Subject: [PATCH] Update MsgView.xaml.cs --- v2rayN/v2rayN/Views/MsgView.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/v2rayN/v2rayN/Views/MsgView.xaml.cs b/v2rayN/v2rayN/Views/MsgView.xaml.cs index 8d678e45..b8a8595b 100644 --- a/v2rayN/v2rayN/Views/MsgView.xaml.cs +++ b/v2rayN/v2rayN/Views/MsgView.xaml.cs @@ -74,7 +74,6 @@ public partial class MsgView } } - // 行数超过阈值才裁剪到 _maxLines var lines = txtMsg.Text.Split(Environment.NewLine); if (lines.Length > _trimLines) {