add comment for cache folder size refresh event

This commit is contained in:
Jeremy Wu 2025-09-18 21:40:37 +10:00 committed by GitHub
parent ec182ade39
commit 4bea4101a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,6 +265,7 @@ public partial class SettingsPaneAboutViewModel : BaseModel
}
}
// Raise regardless to cover scenario where size needs to be recalculated if the folder is manually removed on disk.
OnPropertyChanged(nameof(CacheFolderSize));
return success;