Allow users to hide calendar tab.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2025-03-27 06:34:57 -06:00
parent ae4f01ac9a
commit e4fcb52b24
7 changed files with 19 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
public string PreferredGasUnit { get; set; } = string.Empty;
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public bool UseUnitForFuelCost { get; set; }
public bool ShowCalendar { get; set; }
public List<UserColumnPreference> UserColumnPreferences { get; set; } = new List<UserColumnPreference>();
public ReminderUrgencyConfig ReminderUrgencyConfig { get; set; } = new ReminderUrgencyConfig();
public string UserNameHash { get; set; }