修复处于Rom列表UI中时,如果Rom列表为空,呼出侧边栏报错的问题,在这种情况下将无法呼出侧边栏 #89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user