Update ProcedureCreateDownloader.cs

This commit is contained in:
ALEXTANG
2023-05-09 21:02:55 +08:00
parent 9016dd9e61
commit 2f76cc012c

View File

@@ -62,7 +62,7 @@ namespace GameMain
sizeMb = Mathf.Clamp(sizeMb, 0.1f, float.MaxValue); sizeMb = Mathf.Clamp(sizeMb, 0.1f, float.MaxValue);
_totalSizeMb = sizeMb.ToString("f1"); _totalSizeMb = sizeMb.ToString("f1");
if (SettingsUtils. EnableUpdateData()) if (!SettingsUtils.EnableUpdateData())
{ {
UILoadTip.ShowMessageBox($"Found update patch files, Total count {_totalDownloadCount} Total size {_totalSizeMb}MB", MessageShowType.TwoButton, UILoadTip.ShowMessageBox($"Found update patch files, Total count {_totalDownloadCount} Total size {_totalSizeMb}MB", MessageShowType.TwoButton,
LoadStyle.StyleEnum.Style_StartUpdate_Notice LoadStyle.StyleEnum.Style_StartUpdate_Notice