fix: safeManager error handeling & Load fix

This commit is contained in:
2026-02-19 08:25:07 +01:00
parent e431a05124
commit 96d9334b56
3 changed files with 85 additions and 39 deletions

View File

@@ -27,6 +27,7 @@ namespace CarManagerV3
}
SafeManager.InitializeFile(filepath);
StateManager.setFilePath(filepath);
List<Car> _cars = SafeManager.ReadCars(filepath);
refreshCars(_cars);