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