dev: implement proxy creds

This commit is contained in:
2026-03-09 14:19:37 +01:00
parent 11ea32b490
commit 49c963078a
9 changed files with 17170 additions and 10824 deletions

View File

@@ -58,6 +58,10 @@ namespace CarManagerV3
{
this.CarImage = img;
}
else
{
this.CarImage = pbxCar.ErrorImage; // Set to error image if loading fails
}
});
}