mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
Update MsgView.xaml.cs
This commit is contained in:
parent
676edf8a00
commit
6be0adbdc6
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ public partial class MsgView
|
|||
txtMsg.AppendText(delta.ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
// 兼容增量:如果不是全量覆盖场景,直接把 incoming 当作增量追加
|
||||
{
|
||||
if (old.Length == 0)
|
||||
{
|
||||
txtMsg.Text = incoming;
|
||||
|
|
Loading…
Reference in a new issue