added functonality to persist column visibility

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-02 06:49:40 -07:00
parent 4b5dcb1c7e
commit bf14e4c8c0
14 changed files with 144 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
public bool EnableExtraFieldColumns { get; set; }
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public List<UserColumnPreference> UserColumnPreferences { get; set; } = new List<UserColumnPreference>();
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
public string UserLanguage { get; set; } = "en_US";