persist gas tab settings.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-31 17:14:26 -07:00
parent 4b1701d158
commit 338a8426b2
6 changed files with 140 additions and 15 deletions

View File

@@ -13,6 +13,8 @@
public bool UseMarkDownOnSavedNotes { get; set; }
public bool EnableAutoReminderRefresh { get; set; }
public bool EnableAutoOdometerInsert { get; set; }
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
public List<ImportMode> VisibleTabs { get; set; } = new List<ImportMode>() {