This commit is contained in:
Krowe Moh 2024-11-24 06:54:47 +11:00 committed by GitHub
parent 55b15ab2b5
commit f1a33b68d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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