修复处于Rom列表UI中时,如果Rom列表为空,呼出侧边栏报错的问题,在这种情况下将无法呼出侧边栏 #89

Merged
sin365 merged 10 commits from Alienjack/AxibugEmuOnline:master into master 2025-01-24 15:43:18 +08:00
Showing only changes of commit c040594caa - Show all commits

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);