mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ProcedureInitResources.cs
This commit is contained in:
@@ -120,8 +120,8 @@ namespace Procedure
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Log.Error(LoadText.Instance.Label_Net_UnReachable);
|
Log.Error(message);
|
||||||
LauncherMgr.ShowMessageBox(LoadText.Instance.Label_Net_UnReachable, MessageShowType.TwoButton,
|
LauncherMgr.ShowMessageBox($"获取远程版本失败!点击确认重试\n <color=#FF0000>{message}</color>", MessageShowType.TwoButton,
|
||||||
LoadStyle.StyleEnum.Style_Retry,
|
LoadStyle.StyleEnum.Style_Retry,
|
||||||
Application.Quit);
|
Application.Quit);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user