add option to ignore power play to UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user