This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-12-05 08:10:49 -07:00
parent 33e916cac2
commit a944e5e5ab
7 changed files with 19 additions and 8 deletions

View File

@@ -23,6 +23,7 @@
public bool AutomaticDecimalFormat { get; set; }
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public bool UseUnitForFuelCost { get; set; }
public List<UserColumnPreference> UserColumnPreferences { get; set; } = new List<UserColumnPreference>();
public ReminderUrgencyConfig ReminderUrgencyConfig { get; set; } = new ReminderUrgencyConfig();
public string UserNameHash { get; set; }