mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-14 12:29:13 +00:00
Update MsgView.xaml.cs
This commit is contained in:
parent
6be0adbdc6
commit
83d16edb41
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ public partial class MsgView
|
|||
}
|
||||
}
|
||||
|
||||
// 行数超过阈值才裁剪到 _maxLines
|
||||
var lines = txtMsg.Text.Split(Environment.NewLine);
|
||||
if (lines.Length > _trimLines)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue