Fix property changed event

This commit is contained in:
Jack251970 2025-09-18 19:18:11 +08:00
parent 35a5e27e2d
commit ec182ade39

View file

@ -263,10 +263,10 @@ public partial class SettingsPaneAboutViewModel : BaseModel
App.API.LogException(ClassName, $"Failed to delete cache directory: {dir.Name}", e);
success = false;
}
OnPropertyChanged(nameof(CacheFolderSize));
}
OnPropertyChanged(nameof(CacheFolderSize));
return success;
}