automatic decimal formatting.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-02 15:46:21 -06:00
parent 59fa7b6a1d
commit fb169d5054
20 changed files with 70 additions and 21 deletions

View File

@@ -19,6 +19,7 @@
public bool EnableShopSupplies { get; set; }
public bool EnableExtraFieldColumns { get; set; }
public bool HideSoldVehicles { get; set; }
public bool AutomaticDecimalFormat { 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>();