Color-code the DTR entry (#76)

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

View File

@@ -13,6 +13,7 @@ public class MareConfig : IMareConfiguration
public int DtrStyle { get; set; } = 0;
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;