added setting to disable auto reminder refresh for recurring past due reminders.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-23 08:57:11 -07:00
parent 0b203709fa
commit d4896a7607
6 changed files with 26 additions and 14 deletions

View File

@@ -10,6 +10,7 @@
public bool HideZero { get; set; }
public bool UseUKMPG {get;set;}
public bool UseThreeDecimalGasCost { get; set; }
public bool EnableAutoReminderRefresh { get; set; }
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
public List<ImportMode> VisibleTabs { get; set; } = new List<ImportMode>() {