修复下载提示为负数的问题

croire 3 years ago
parent fbda4865af
commit 1b0bacbd33

@ -541,7 +541,7 @@ namespace DownKyi.ViewModels
}); });
// 通知用户添加到下载列表的结果 // 通知用户添加到下载列表的结果
if (i == 0) if (i <= 0)
{ {
eventAggregator.GetEvent<MessageEvent>().Publish(DictionaryResource.GetString("TipAddDownloadingZero")); eventAggregator.GetEvent<MessageEvent>().Publish(DictionaryResource.GetString("TipAddDownloadingZero"));
} }

Loading…
Cancel
Save