mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ProcedureCreateDownloader.cs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user