feat: autocompletions

This commit is contained in:
2026-03-11 14:28:43 +01:00
parent da8ce47f8b
commit a0de93f98c
13 changed files with 7054 additions and 8 deletions

View File

@@ -86,6 +86,8 @@ namespace CarManagerV3
Console.Error.WriteLine("Error checking for updates: " + ex.Message);
}
CarCompletions.UpdateCarCompletionDataAsync();
}