Added Simplied Fuel Entry

This commit is contained in:
Eric Gullickson
2025-07-20 15:07:26 -05:00
parent 048d6c3bcb
commit 196df07a24
6 changed files with 207 additions and 48 deletions

View File

@@ -22,6 +22,7 @@
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public bool UseUnitForFuelCost { get; set; }
public bool UseSimpleFuelEntry { get; set; }
public bool ShowCalendar { get; set; }
public bool ShowVehicleThumbnail { get; set; }
public List<UserColumnPreference> UserColumnPreferences { get; set; } = new List<UserColumnPreference>();