From 30111d739fb3a91eaa637a60be937ebbf0e6ff37 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 00:10:49 +0800
Subject: [PATCH] 3335 修改uihelper设置字符串颜色的接口。
---
Utility/UIHelper.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index 240f736..89fa845 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -665,7 +665,7 @@
}
}
- public static string AppendStringColor(int itemColor, string msg, bool bright = false)
+ public static string AppendColor(int itemColor, string msg, bool bright = false)
{
switch (itemColor)
{
--
Gitblit v1.8.0