Add option to set visible pairs as focus targets (#85)

This commit is contained in:
N. Lo.
2025-08-16 23:17:18 +02:00
committed by GitHub
parent 0c834f5edd
commit eccfc5b3f0
4 changed files with 20 additions and 3 deletions

View File

@@ -59,4 +59,5 @@ public class MareConfig : IMareConfiguration
public bool AutoPopulateEmptyNotesFromCharaName { get; set; } = false;
public int Version { get; set; } = 1;
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
public bool UseFocusTarget { get; set; } = false;
}