修复Rom下载时,UI上展示的进度值不正确的问题

This commit is contained in:
ALIENJACK\alien 2025-01-24 14:20:58 +08:00
parent c553182c9a
commit c040594caa

View File

@ -96,7 +96,7 @@ namespace AxibugEmuOnline.Client
float progress = 0f;
if (HasLocalFile) progress = 1f;
if (m_hasLocalFile) progress = 1f;
else
{
var downloadProgress = App.FileDownloader.GetDownloadProgress(webData.url);