将Ping不通状态文本修改为连接断开
This commit is contained in:
@@ -147,7 +147,7 @@ namespace JoyD.Windows.CS.Toprie
|
||||
}
|
||||
else if (isPingFailed)
|
||||
{
|
||||
text = "Ping不通";
|
||||
text = "连接断开";
|
||||
textColor = Color.Red;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user