optional action button toggle for pair request (default on)

This commit is contained in:
choco
2025-10-14 15:07:46 +02:00
parent d6a4595bb8
commit cf27a67296
3 changed files with 26 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ public class LightlessConfig : ILightlessConfiguration
public bool DisablePairRequestSound { get; set; } = true;
public bool DisablePerformanceSound { get; set; } = true;
public bool ShowPerformanceNotificationActions { get; set; } = true;
public bool ShowPairRequestNotificationActions { get; set; } = true;
public bool UseFocusTarget { get; set; } = false;
public bool overrideFriendColor { get; set; } = false;
public bool overridePartyColor { get; set; } = false;