add settings to toggle fuel decimals from three to two.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-15 13:02:48 -07:00
parent 239ca73a64
commit 2ec0c1d465
4 changed files with 14 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
public bool EnableAuth { get; set; }
public bool HideZero { get; set; }
public bool UseUKMPG {get;set;}
public bool UseThreeDecimalGasCost { get; set; }
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
}