mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 16:04:39 -05:00
ig
This commit is contained in:
@@ -152,7 +152,7 @@ public class AssetsFolderViewModel
|
||||
item.Folders.SetSuppressionState(false);
|
||||
item.AssetsList.Assets.SetSuppressionState(false);
|
||||
|
||||
if (item.Folders.Any())
|
||||
if (item.Folders.Count != 0)
|
||||
{
|
||||
item.Folders.InvokeOnCollectionChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user