Add option to set visible pairs as focus targets (#85)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user