add option to ignore power play to UI

This commit is contained in:
2024-11-14 13:40:25 +01:00
parent 2905696641
commit d9dd2cc524
3 changed files with 13 additions and 1 deletions

View File

@@ -67,6 +67,11 @@ public class AppConfig {
/// </summary>
public bool IgnoreFleetCarrier { get; set; } = true;
/// <summary>
/// Ignore power play?
/// </summary>
public bool IgnorePowerplay { get; set; } = true;
/// <summary>
/// List of Webhooks configured
/// </summary>