Added setting to hide sold vehicles.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-04 13:37:07 -07:00
parent 604c98a031
commit 2cf93cf669
6 changed files with 25 additions and 14 deletions

View File

@@ -15,6 +15,7 @@
public bool EnableAutoOdometerInsert { get; set; }
public bool EnableShopSupplies { get; set; }
public bool EnableExtraFieldColumns { get; set; }
public bool HideSoldVehicles { get; set; }
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public List<UserColumnPreference> UserColumnPreferences { get; set; } = new List<UserColumnPreference>();