Color-code the DTR entry (#76)

This commit is contained in:
N. Lo.
2024-08-19 10:23:40 +02:00
committed by GitHub
parent 71afa6374e
commit bff23d1232
3 changed files with 34 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ public class MareConfig : IMareConfiguration
public bool EnableDtrEntry { get; set; } = false;
public bool ShowUidInDtrTooltip { get; set; } = true;
public bool PreferNoteInDtrTooltip { get; set; } = false;
public bool UseColorsInDtr { get; set; } = true;
public bool EnableRightClickMenus { get; set; } = true;
public NotificationLocation ErrorNotification { get; set; } = NotificationLocation.Both;
public string ExportFolder { get; set; } = string.Empty;