chore.调整一下界面报错

This commit is contained in:
MistEO
2022-06-12 22:12:37 +08:00
parent 75c22859b8
commit a932b8a7a3
2 changed files with 4 additions and 4 deletions

View File

@@ -698,6 +698,10 @@ namespace MeoAsstGui
}
}
}
if (!ret)
{
error = "连接失败\n请检查连接设置";
}
return ret;
}

View File

@@ -236,10 +236,6 @@ namespace MeoAsstGui
Idle = true;
return;
}
if (errMsg.Length != 0)
{
AddLog(errMsg, "darkred");
}
bool ret = true;
// 直接遍历TaskItemViewModels里面的内容是排序后的