Allow users to set their own reminder urgency threshold

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-04 16:18:09 -07:00
parent 2cf93cf669
commit 1e2bd0ea4b
7 changed files with 98 additions and 15 deletions

View File

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