add show player name instead of notes

This commit is contained in:
Stanley Dimant
2023-01-30 11:16:43 +01:00
parent 0a32020a56
commit c403e7b45b
3 changed files with 28 additions and 1 deletions

View File

@@ -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;
}