added setting to automatically load parsed markdown.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-30 08:16:28 -07:00
parent 55cc2819d0
commit ccd446f299
16 changed files with 68 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
public bool HideZero { get; set; }
public bool UseUKMPG {get;set;}
public bool UseThreeDecimalGasCost { get; set; }
public bool UseMarkDownOnSavedNotes { get; set; }
public bool EnableAutoReminderRefresh { get; set; }
public bool EnableAutoOdometerInsert { get; set; }
public string UserNameHash { get; set; }