Disable the initial odometer reading field if it's non-zero to prevent accidental editing.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-07-02 10:54:11 -06:00
parent 07f5e66491
commit 7b6b62c623
9 changed files with 25 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ namespace CarCareTracker.Helper
/// </summary>
public static class StaticHelper
{
public static string VersionNumber = "1.3.4";
public static string VersionNumber = "1.3.5";
public static string DbName = "data/cartracker.db";
public static string UserConfigPath = "config/userConfig.json";
public static string GenericErrorMessage = "An error occurred, please try again later";