修复Check warning不生效的问题

This commit is contained in:
monitor1394
2020-06-11 09:24:33 +08:00
parent 49ba31cc8b
commit 1d3bfd8bd6
4 changed files with 36 additions and 11 deletions

View File

@@ -138,7 +138,7 @@ namespace XCharts
if (!string.IsNullOrEmpty(m_Target.warningInfo))
{
sb.AppendLine();
sb.Append(XChartsMgr.Instance.nowVersion);
sb.Append(m_Target.warningInfo);
}
else
{