This commit is contained in:
Krowe Moh
2024-11-24 06:54:47 +11:00
committed by GitHub
parent 55b15ab2b5
commit f1a33b68d0

View File

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