Added option to show green eye in pair list.

This commit is contained in:
cake
2025-12-06 05:35:27 +01:00
parent b444782b76
commit 1cb326070b
5 changed files with 30 additions and 38 deletions

View File

@@ -63,6 +63,7 @@ public class LightlessConfig : ILightlessConfiguration
public bool ShowOnlineNotifications { get; set; } = false;
public bool ShowOnlineNotificationsOnlyForIndividualPairs { get; set; } = true;
public bool ShowOnlineNotificationsOnlyForNamedPairs { get; set; } = false;
public bool ShowVisiblePairsGreenEye { get; set; } = false;
public bool ShowTransferBars { get; set; } = true;
public bool ShowTransferWindow { get; set; } = false;
public bool ShowPlayerLinesTransferWindow { get; set; } = true;