feat: settings, installer banner

This commit is contained in:
2026-03-09 17:48:11 +01:00
parent 6958781dec
commit f2e4addbb0
14 changed files with 5124 additions and 42 deletions

View File

@@ -50,6 +50,7 @@ namespace CarManagerV3
public async void LoadImage()
{
this.CarImage = null; // Clear current image
this.CarImage = pbxCar.InitialImage; // Set to loading image
await Task.Run(() =>
{