Added user setting for fixing gas consumption to two decimal places.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-19 10:43:34 -07:00
parent b7851e87b2
commit 3c1ce80528
8 changed files with 17 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
public bool HideZero { get; set; }
public bool UseUKMPG {get;set;}
public bool UseThreeDecimalGasCost { get; set; }
public bool UseThreeDecimalGasConsumption { get; set; }
public bool UseMarkDownOnSavedNotes { get; set; }
public bool EnableAutoReminderRefresh { get; set; }
public bool EnableAutoOdometerInsert { get; set; }