将Ping不通状态文本修改为连接断开

This commit is contained in:
zqm
2025-10-30 13:42:31 +08:00
parent 60fc9138ec
commit 8b7b7247bd

View File

@@ -147,7 +147,7 @@ namespace JoyD.Windows.CS.Toprie
}
else if (isPingFailed)
{
text = "Ping不通";
text = "连接断开";
textColor = Color.Red;
}
}