Commit 6115831e authored by 潘栩锋's avatar 潘栩锋 🚴

优化 状态栏的 “服务器连接断开” 改为 “测厚仪服务器连接断开”

parent 593d11bb
...@@ -146,7 +146,7 @@ namespace FLY.Thick.Base.UI.UiModule ...@@ -146,7 +146,7 @@ namespace FLY.Thick.Base.UI.UiModule
{ {
if (!mDynArea.ServerIsConnected) if (!mDynArea.ServerIsConnected)
{ {
ErrMsg = "服务器连接断开"; ErrMsg = "测厚仪服务器连接断开";
IsError = true; IsError = true;
reason_list_index = -1; reason_list_index = -1;
timer_error.Stop(); timer_error.Stop();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment