mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:37:22 +01:00
add show player name instead of notes
This commit is contained in:
parent
0a32020a56
commit
c403e7b45b
3 changed files with 28 additions and 1 deletions
|
|
@ -27,4 +27,5 @@ public class MareConfig : IPluginConfiguration
|
|||
public string CurrentServer { get; set; } = string.Empty;
|
||||
public bool ShowOnlineNotifications { get; set; } = false;
|
||||
public bool ShowOnlineNotificationsOnlyForIndividualPairs { get; set; } = true;
|
||||
public bool ShowCharacterNameInsteadOfNotesForVisible { get; set; } = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue