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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;
}