mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:37:23 +01:00
Add option to set visible pairs as focus targets (#85)
This commit is contained in:
parent
0c834f5edd
commit
eccfc5b3f0
4 changed files with 20 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue