mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-14 04:19: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
|
@ -64,7 +64,6 @@ public partial class MsgView
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// 兼容增量:如果不是全量覆盖场景,直接把 incoming 当作增量追加
|
|
||||||
if (old.Length == 0)
|
if (old.Length == 0)
|
||||||
{
|
{
|
||||||
txtMsg.Text = incoming;
|
txtMsg.Text = incoming;
|
||||||
|
|
Loading…
Reference in a new issue