mirror of
https://github.com/4sval/FModel.git
synced 2026-08-07 11:36:03 -05:00
Fix loaded package count when no entries
This commit is contained in:
parent
5843ae3010
commit
fa5cb9ba4c
|
|
@ -211,7 +211,7 @@ public class AssetsFolderViewModel
|
|||
|
||||
public void BulkPopulate(IReadOnlyCollection<GameFile> entries)
|
||||
{
|
||||
if (entries == null || entries.Count == 0)
|
||||
if (entries == null)
|
||||
return;
|
||||
|
||||
Application.Current.Dispatcher.Invoke(() =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user