fix: better Image loading

This commit is contained in:
Frozd
2025-11-28 13:00:32 +01:00
parent e89fc79ebb
commit bb71806a22
4 changed files with 5386 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ namespace CarManagerV2
public async void LoadImage()
{
this.CarImage = pbxCar.InitialImage; // Set to loading image
await Task.Run(() =>
{
Image img = ImageManager.GetImage(this.Car);